@charset "UTF-8";
	img {
		max-width: 100%;
	}
	
	.body_bg {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: -1;
	}
	
	.active {
		color: #0033cd;
		text-shadow: none !important;
	}
	/**/
	
	.text_1 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		/*For Opera*/
		-ms-text-overflow: ellipsis;
		/*For IE8*/
		-moz-binding: url(/global/ellipsis.xml#ellipsis);
		/*For Firefox3.x*/
	}
	
	.text_2 {
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** **/
		-webkit-box-orient: vertical;
		/** **/
		-webkit-line-clamp: 2;
		/** **/
		overflow: hidden;
		/****/
	}
	
	.border-bottom {
		border-bottom: 1px solid #e9e9e9;
	}
	
	.border-top {
		border-top: 1px solid #e9e9e9;
	}
	
	.border-left {
		border-left: 1px solid #e9e9e9;
	}
	
	.border-right {
		border-right: 1px solid #e9e9e9;
	}
	/**/
	
	.header {
		display: block;
		/*position: fixed;*/
		z-index: 999;
		height: 81px;
		width: 100%;
		top: 0;
		border-bottom: 6px solid #0099ff;
		background: url(/global/header_bg_img.jpg) no-repeat 0 0;
	}
	
	.header>.content {
		display: block;
		position: relative;
		width: 1200px;
		height: 81px;
		margin: 0px auto;
	}
	
	.header>.content>.logo {
		display: block;
		width: 286px;
		height: 70px;
		position: absolute;
		top: 8px;
		left: -35px;
	}
	
	.header>.content>.logo img {
		display: block;
		width: 100%;
	}
	
	.nav {
		display: block;
		position: absolute;
		width: 510px;
		height: 43px;
		top: 30px;
		left: 250px;
	}
	
	.nav ul {
		height: 40px;
		clear: both;
		color: #fff;
		margin: 0;
		position: relative;
		z-index: 2;
		padding: 0 20px;
	}
	
	.nav ul li {
		list-style: none;
		float: left;
		width: 90px;
		height: 40px;
		font-size: 14px;
		padding: 5px 10px;
		line-height: 30px;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		text-align: center;
		text-shadow: 1px 1px 1px #040404;
	}
	
	.nav ul li a {
		text-shadow: 1px 1px 1px #040404;
		font-weight: bold;
		color: #FFFFFF;
		display: block;
		width: 100%;
		height: 100%;
		line-height: 30px;
	}
	
	.nav ul li.active a {
		color: #0033cd;
		text-shadow: none;
	}
	
	.nav ul li+li::before {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		height: 14px;
		background-color: #fff;
		top: 14px;
		left: 0px;
	}
	
	.nav .line_100 {
		height: 60px;
		background: transparent;
	}
	
	.nav p {
		text-indent: 20px;
		font-weight: 600;
		margin: 10px 0 20px 0;
	}
	
	.personal_center {
		display: block;
		width: 80px;
		height: 26px;
		background: url(/global/personal_center_bg_img.png) no-repeat 0 0;
		line-height: 26px;
		position: absolute;
		top: 22px;
		right: -23px;
		text-align: right;
		padding-right: 15px;
		font-size: 13px;
		color: #666666;
		cursor: pointer;
	}
	
	.personal_center .icon {
		display: block;
		position: absolute;
		top: 4px;
		left: 8px;
		width: 18px;
		height: 18px;
		vertical-align: middle;
	}
	
	.search {
		display: block;
		width: 279px;
		height: 26px;
		background: url(/global/search_bg_img.png) no-repeat 0 0;
		line-height: 26px;
		position: absolute;
		top: 22px;
		right: 90px;
	}
	
	.search .search_icon {
		display: block;
		position: absolute;
		width: 15px;
		height: 15px;
		top: 6px;
		right: 55px;
	}
	
	.search .search_action {
		display: block;
		width: 73px;
		height: 24px;
		float: right;
		margin-top: 1px;
		margin-right: 1px;
		border: none;
		background: url(/global/search_action_bg_img_defaut.png) no-repeat 0 0;
		line-height: 24px;
		color: #fff;
		font-size: 13px;
		text-align: right;
		padding-right: 10px;
		cursor: pointer;
	}
	
	/*.search .search_action:active {
		background: url(/global/search_action_bg_img.png) no-repeat 0 0;
	}
	
	.search .search_action:hover {
		background: url(/global/search_action_bg_img.png) no-repeat 0 0;
	}*/
	
	.search .search_txt {
		display: block;
		width: 190px;
		height: 22px;
		font-size: 12px;
		color: #666;
		float: left;
		margin-left: 5px;
		margin-top: 2px;
		border: none;
	}
	
	.search .tips {
		margin-top: 0px;
		color: #fff;
	}
	
	.search .tips span {
		color: #fff;
		cursor: pointer;
		font-size: 12px;
	}
	
	.search .tips a {
		color: #FFFFFF;
		font-size: 12px;
	}
	
	.search .tips a:hover {
		color: #0099FF;
	}
	/**/
	
	.body_content {
		display: block;
		position: relative;
		width: 100%;
		min-height: 100px;
		/*margin-top: 87px;*/
	}
	/**/
	
	.footer {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		background-color: #949494;
		padding-top: 1px;
	}

	.footer a{color: #fff;}

    .footer a:hover{color: #fff;}

	#enterCountOfUv span{color: #fff;}

	#enterCountOfUv {
		display: block;
		width: 100%;
		height: 35px;
		float: left;
		text-align: center;
		line-height: 35px;
		color: #ffffff;
	}
	
	.footer>.content {
		display: block;
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0px auto;
		padding: 5px;
		background-color: #949494;
		margin-top: 10px;
	}
	
	.footer>.content::after {
		clear: both;
		content: " ";
		display: block;
	}
	
	.footer>.content>.left,
	.footer>.content>.center{
		display: block;
		width: 45%;
		height: auto;
		float: left;
		font-size: 12px;
	}

.footer>.content>.left, .footer>.content>.wzdbtb{display: block;width: 22%;float: left; padding-top:10px;}
.footer>.content>.left, .footer>.content>.wzdbtb span{display:inline-block; margin:0 8px}
.footer>.content>.left, .footer>.content>.wzdbtb img{height:45px; width: auto}
/* .enter_index_before_bt_content .left, .enter_index_before_bt_content .right{width:39%;} */
	.footer>.content>.right{
		display: block;
		width:39%;
		height: auto;
		float: right;
		font-size: 12px;}
	
	.footer>.content>.center {
		width: 10%;
	}
	
	.footer>.content>.center>a {
		display: inline-block;
		width: 74px;
		height: auto;
		margin-top: 7px;
	}
	
	.footer>.content>.center>a>img {
		display: block;
		width: 100%;
	}
	
	.footer>.content>.center>a+a {
		width: 40px;
	}

	.footer>.content>.left{padding-top: 10px;}
	.footer>.content>.left>p,
	.footer>.content>.left>a,
	.footer>.content>.left>a>p {
		font-size: 12px;
		color: #ffffff;
		line-height: 36px;
	}
	
	.footer>.content>.left>a>p>img {
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
	}
	
	.footer>.content>.right {
		color: #fff;
		line-height: 55px;
	}
	
	.sifa_tab {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.sifa_tab .sifa_navbar {
		display: block;
		position: relative;
		width: 100%;
		height: 36px;
		justify-content: space-around;
		background-color: #f2f2f2;
	}
	
	.sifa_tab .sifa_navbar .sifa_navbar_item {
		display: block;
		float: left;
		position: relative;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		text-align: center;
		color: #333;
		flex-grow: 1;
	}
	
	.sifa_tab .sifa_navbar .sifa_navbar_item.sifa_bar_item_on {
		color: #FFFFFF;
		background-color: #019dfa;
	}
	
	.sifa_tab .sifa_tab_bd {
		display: block;
		position: absolute;
		top: 36px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		overflow: hidden;
	}
	
	.sifa_tab .sifa_tab_bd .sifa_tab__bd_item {
		display: none;
		width: 100%;
		height: 100%;
	}
	
	.sifa_tab .sifa_tab_bd .sifa_tab__bd_item.sifa_tab_bd_item_active {
		display: block;
	}

	
	.article_lists {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.article_lists .article_lists_item {
		display: block;
		position: relative;
		width: 100%;
		height: 28px;
		cursor: pointer;
	}
	
	.article_lists .article_lists_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.point::before {
		display: none;
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		top: 44%;
		left: 0px;
		background-color: #666666;
		border-radius: 5px;
	}
	
	.article_lists .article_lists_item:hover {
		background-color: #f0f0f0;
	}
	
	.article_lists .article_lists_item:active {
		background-color: #f0f0f0;
	}
	
	.article_lists .article_lists_item .article_source {
		display: block;
		position: relative;
		width: 22%;
		height: 27.333333px;
		line-height: 27.333333px;
		float: left;
		text-align: left;
		color: #007AFF;
		margin-left: 2%;
	}
	
	.article_lists .article_lists_item .article_creatAt {
		display: block;
		position: relative;
		width: 20%;
		margin-left: 2%;
		height: 27.333333px;
		line-height: 27.333333px;
		float: left;
		text-align: right;
		color: #666666;
	}
	
	.article_lists .article_lists_item .article_title {
		display: block;
		position: relative;
		width: 52%;
		height: 27.333333px;
		line-height: 27.333333px;
		float: left;
		text-align: left;
		margin-left: 2%;
		color: #666666;
	}
	
	.sifa_pannle {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.sifa_pannle .sifa_pannle_content {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 1px;
	}
	
	.sifa_pannle .sifa_pannle_title {
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		background-color: #019dfa;
	}
	
	.sifa_pannle .sifa_pannle_title .sifa_pannle_title_icon {
		display: block;
		float: left;
		width: 20px;
		height: 20px;
		margin: 8px 5px;
	}
	
	.sifa_pannle .sifa_pannle_title .sifa_pannle_title_text {
		display: block;
		float: left;
		height: 36px;
		line-height: 36px;
		color: #FFFFFF;
	}
	
	.link_more {
		display: block;
		width: 100%;
		height: 40px;
		background-color: #62A1D4;
		padding-top: 1px;
		cursor: pointer;
	}
	
	.link_more img {
		display: block;
		width: 25px;
		height: auto;
		margin: 2px auto;
	}
	
	.project_column {
		display: block;
		position: relative;
		width: 100%;
		height: 217px;
		background-color: #f5f5f5;
	}
	
	.project_column .project_column_title {
		display: block;
		width: 170px;
		height: 49px;
		line-height: 49px;
		text-align: center;
		color: #666666;
		font-size: 18px;
		margin: 0px auto;
		background: url(/global/project_column_title_bg_img.png) no-repeat 0 0;
	}
	
	.project_column .project_column_content {
		display: block;
		width: 1200px;
		height: 144px;
		margin: 0px auto;
		position: relative;
	}
	
	.project_column .project_column_content .project_column_content_swiper {
		display: block;
		width: 1084px;
		height: 144px;
		margin: 0px auto;
	}
	
	.project_column .swiper_button_prev,
	.project_column .swiper_button_next {
		display: block;
		position: absolute;
		width: 14px;
		height: 68px;
		top: 38px;
		cursor: pointer;
	}
	
	.project_column .swiper_button_prev {
		left: 0px;
		background: url(/global/swiper3_prev.png) no-repeat 0 0;
	}
	
	.project_column .swiper_button_next {
		right: 0px;
		background: url(/global/swiper3_next.png) no-repeat 0 0;
	}
	
	.project_column .project_column_item {
		display: block;
		width: 240px;
		height: 142px;
		margin: 1px auto;
		border: 1px solid #e9e9e9;
		background-color: #FFFFFF;
		cursor: pointer;
	}
	
	.project_column .project_column_item .img {
		display: block;
		width: 224px;
		height: 100px;
		margin: 8px auto;
		overflow: hidden;
	}
	
	.project_column .project_column_item .img img {
		display: block;
		width: 100%;
	}
	
	.project_column .project_column_item .project_column_item_title {
		color: #666695;
		font-size: 14px;
	}
	
	.search_lists_content {
		display: block;
		width: 1200px;
		height: auto;
		min-height: 780px;
		margin: 0px auto;
		background-color: #FFFFFF
	}
	
	.search_lists_content .search_lists_top {
		display: block;
		position: relative;
		width: 100%;
		height: 105px;
	}
	
	.search_lists_content .search_lists_middle {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}
	
	.search_lists_content .search_lists_middle:after {
		display: block;
		content: "";
		clear: both;
	}
	
	.middle_left {
		display: block;
		width: 304px;
		min-height: 200px;
		float: left;
		border-right: 1px solid #E9E9E9;
	}
	
	.middle_right {
		display: block;
		width: 893px;
		min-height: 780px;
		float: left;
		margin-left: -1px;
		border-left: 1px solid #E9E9E9;
	}
	
	
	.location_nav {
		display: block;
		position: relative;
		width: 785px;
		height: 49px;
		line-height: 49px;
		padding-left: 40px;
		margin: 0px auto;
		border-bottom: 1px solid #E9E9E9;
	}
	
	.location_nav .location_nav_icon {
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		left: 0px;
		top: 12px;
	}
	
	.location_nav .location_nav_now {
		display: inline-block;
		height: 49px;
		line-height: 49px;
		text-align: left;
	}
	
	.location_nav a {
		cursor: pointer;
		color: #333333;
	}
	
	.location_nav a:hover {
		color: #ff7300;
	}
	
	.search_input_content {
		display: block;
		position: relative;
		width: 825px;
		min-height: 100px;
		margin: 10px auto;
		border: 1px solid #E9E9E9;
	}
	
	.search_input_content .search_input_title {
		display: block;
		position: relative;
		width: 786px;
		height: 42px;
		line-height: 42px;
		background-color: #F5F5F5;
		font-size: 16px;
		font-weight: bold;
		padding-left: 39px;
	}
	
	.search_input_content .search_input_title .search_input_title_iocn {
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		left: 10px;
		top: 11px;
	}
	
	.search_input_content .search_input_itme_lists {
		display: block;
		width: 747px;
		min-height: 100px;
		margin: 0px auto;
	}
	
	.search_input_content .search_input_itme_lists .search_input_itme {
		display: block;
		width: 50%;
		height: 50px;
		line-height: 50px;
		float: left;
	}
	
	.search_input_content .search_input_itme_lists .search_input_itme input[type="text"] {
		display: inline-block;
		height: 25px;
		padding: 2px 7px;
	}
	
	.search_input_content .search_input_itme_lists .search_input_itme select {
		display: inline-block;
		width: 150px;
		height: 25px;
		padding: 2px 7px;
	}
	
	.search_submit_button {
		display: inline-block;
		width: 150px;
		height: 30px;
		line-height: 30px;
		background-color: #CC2222;
		text-align: center;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	.search_submit_button:active {
		background-color: #B52B27;
	}
	
	.search_results_content {
		display: block;
		width: 825px;
		height: 600px;
		margin: 10px auto;
		border: 1px solid #E9E9E9;
	}
	
	.search_results_content .search_results_title {
		display: block;
		position: relative;
		width: 786px;
		height: 42px;
		line-height: 42px;
		background-color: #F5F5F5;
		font-size: 16px;
		font-weight: bold;
		padding-left: 39px;
	}
	
	.search_results_content .search_results_title .search_results_title_iocn {
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		left: 10px;
		top: 11px;
	}
	
	.search_results_content .search_results_show {
		display: block;
		width: 100%;
		height: 580px;
		margin-top: 10px;
	}
	
	.search_table {
		width: 96%;
		margin: 10px auto;
		border-collapse: collapse;
	}
	
	.search_table thead {
		width: 100%;
		height: 35px;
		background-color: #F5F5F5;
	}
	
	.search_table tr {
		width: 100%;
		height: 35px;
	}
	
	.search_table tr:hover {
		background-color: #F5F5F5;
	}
	
	.search_table tr th {
		height: 35px;
		padding: 0px 10px;
		border: 1px solid #E9E9E9;
	}
	
	.search_table tr td {
		padding: 5px 10px;
		border: 1px solid #E9E9E9;
		text-align: center;
		line-height: 20px;
	}
	.search_table tr td:nth-child(2){
		text-align: left;
	}
	.activP {
		background-color: #367fa9!important;
		color: #fff!important;
	}
	
	.topnav {
		width: 100%;
		padding: 40px 28px 25px 0;
		font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif;
	}
	
	.topnav>li.active>a {
		color: #007AFF;
	}
	
	ul.topnav {
		padding: 0;
		margin: 0;
		font-size: 1em;
		line-height: 0.5em;
		list-style: none;
	}
	
	ul.topnav>li {
		border-top: 1px solid #FFFFFF;
	}
	
	ul.topnav>li>a {
		background-color: #EFEFEF;
	}
	
	ul.topnav>li>a {
		line-height: 10px;
		font-size: 11px;
		padding: 10px 5px;
		color: #000;
		display: block;
		text-decoration: none;
		font-weight: bolder;
		text-align: left;
	}
	
	ul.topnav>li>a {
		line-height: 1.5;
		padding: 15px 5px;
		text-align: left;
		padding-left: 30px;
		font-size: 16px;
		color: #333333;
	}
	
	ul.topnav>li a span {
		line-height: 37px;
		font-size: 14px;
		font-weight: bold;
		color: #999999;
	}
	
	ul.topnav ul {
		margin: 0;
		padding: 0;
		display: none;
	}
	
	ul.topnav ul li {
		margin: 0;
		padding: 0;
		clear: both;
		background-color: #FFFfff;
	}
	
	ul.topnav>ul>li>a {
		padding-left: 20px;
		font-size: 14px;
		font-weight: normal;
		outline: 0;
	}
	
	ul.topnav>ul>li>a:hover {
		background-color: #EFEFEF;
		color: #675C7C;
	}
	
	ul.topnav>ul>ul>li>a {
		color: silver;
		padding-left: 40px;
	}
	
	ul.topnav>ul>ul>li>a:hover {
		background-color: #D3CEB8;
		color: #675C7C;
	}
	
	ul.topnav .span {
		float: right;
		margin-right: 10px;
	}
	
	a.public_letterbox {
		display: block;
		position: relative;
		width: 272px;
		height: 95px;
		line-height: 95px;
		text-align: center;
		margin: 30px auto;
		color: #FFFFFF;
		font-size: 18px;
		background: url(/global/public_letterbox.png) no-repeat 0 0;
	}
	
	.public_letterbox_icon {
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 35px;
		left: 35px;
	}
	
	.page_content {
		display: block;
		position: relative;
		padding: 0px 15px;
	}
	
	.page_content::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.page_content .page_other {
		display: block;
		position: relative;
		height: 32px;
		line-height: 32px;
		float: right;
		margin-left: 30px;
	}
	
	.page_content .page_other .page_input {
		display: inline-block;
		width: 60px;
		height: 32px;
		line-height: 32px;
		border: 1px solid #E9E9E9;
		padding: 0px 5px;
	}
	
	.page_content .page_other .page_submin {
		display: inline-block;
		width: 30px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		background-color: #F5F5F5;
		border: 1px solid #E9E9E9;
		padding: 0px 5px;
		cursor: pointer;
		margin: 0px 10px;
	}
	
	.page_content .page_other .page_submin:active {
		background-color: #d9d9d9;
	}
	
	.page_content .page_other .page_all,
	.page_content .page_other .page_size {
		margin-left: 10px;
	}
	
	.page_content .pageTest {
		display: block;
		position: relative;
		float: left;
	}
	
	.page_content .pageTest::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.leader_windows {
		display: block;
		width: 274px;
		height: 47px;
		line-height: 47px;
		padding-left: 30px;
		text-align: left;
		background-color: #0190F8;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	
	.leader_lists_content {
		display: block;
		width: 100%;
		height: auto;
		margin: 0px;
	}
	
	.leader_lists_content .leader_lists_item {
		display: block;
		position: relative;
		width: 94%;
		height: 180px;
		padding: 3%;
		border-bottom: 1px solid #E9E9E9;
		cursor: pointer;
	}
	
	.leader_lists_content .leader_lists_item:hover {
		background-color: #F0F0F0;
	}
	
	.leader_lists_content .leader_lists_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.leader_lists_content .leader_lists_item .leader_lists_item_img {
		display: block;
		width: 174px;
		height: 174px;
		border: 3px solid #D9D9D9;
		float: left;
	}
	
	.leader_lists_content .leader_lists_item .leader_lists_item_img img {
		display: block;
		width: auto;
		height: 90%;
		margin: 5% auto;
	}
	
	.leader_lists_content .leader_lists_item .leader_lists_item_text {
		display: block;
		width: 400px;
		height: 180px;
		float: left;
		margin-left: 20px;
	}
	
	.leader_lists_content .leader_lists_item .leader_lists_item_text .leader_lists_item_text_name {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		color: #36596a;
		font-weight: bold;
		text-align: left;
	}
	
	.leader_lists_content .leader_lists_item .leader_lists_item_text .leader_lists_item_text_dec {
		display: block;
		width: 100%;
		height: auto;
		line-height: 20px;
		font-size: 14px;
	}
	
	#pager1 {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		float: right;
		margin-top: 20px;
	}
	
	#pager1::after {
		display: block;
		content: "";
		clear: both;
	}
	
	#pager1 .pages {
		margin-left: 20px;
	}
	
	#pager1 .pages a {
		margin-left: 10px;
	}
	
	#pager1 .pages input[type="text"] {
		margin-right: 10px;
		margin-left: 10px;
		display: inline-block;
		width: 40px;
		height: 20px;
		text-align: center;
		line-height: 20px;
	}
	
	#pager1 .pages input[type="button"] {
		display: inline-block;
		width: 50px;
		height: 25px;
		line-height: 25px;
		border: none;
		background-color: #0190F8;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	#pager1 .pages a.page {
		margin: 0px 5px;
	}
	
	.article_content {
		display: block;
		width: 96%;
		height: 96%;
		margin: 2%;
	}
	
	.topnav_2_item_a {
		display: block;
		width: 224px;
		height: 37px;
		line-height: 37px;
		padding-left: 50px;
		font-size: 14px;
		font-weight: bold;
		background-color: #FFFFFF;
		border-bottom: 1px solid #E9E9E9;
	}
	
	.active a.topnav_2_item_a {
		color: #007AFF;
	}
	
	.topnav_2_item_a:hover {
		background-color: #FAFAFA;
	}
	
	.sifakaoshi {
		display: block;
		width: 100%;
		height: 50px;
		margin: 0px auto;
	}
	
	.sifakaoshi::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifakaoshi .sifakaoshi_link {
		display: block;
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #666666;
		font-size: 14px;
		font-weight: bold;
		float: left;
		cursor: pointer;
	}
	
	.sifakaoshi .sifakaoshi_link:hover {
		color: #0033cd;
	}
	
	.touming {
		background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0 !important;
		filter: Alpha(opacity=40);
		background: #fff;
	}
	
	.jieguo_title {
		display: block;
		width: 96%;
		height: 35px;
		line-height: 35px;
		margin: 0px auto;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.jieguo_title span {
		display: inline-block;
		width: 46%;
		color: #16abdc;
		font-weight: bold;
	}
	
	.jieguo_content {
		display: block;
		width: 100%;
		height: 96%;
		margin: 1% auto;
		background-color: #FFFFFF;
	}
	
	.jieguo_content .jieguo_list {
		display: block;
		width: 96%;
		height: 35px;
		line-height: 35px;
		margin: 0px auto;
	}
	
	.jieguo_content .jieguo_list:hover {
		background-color: #f0f0f0;
	}
	
	.jieguo_content .jieguo_list span {
		display: inline-block;
		width: 46%;
		color: #666666;
	}
	
	.progress_content {
		display: block;
		width: 88%;
		padding: 4%;
		height: 72%;
		margin: 2%;
		background-color: #FFFFFF;
		color: #666666;
		text-align: justify;
	}
	
	.progress_input {
		display: inline-block;
		width: 150px;
		height: 20px;
		line-height: 20px;
		padding: 5px;
		margin: 5px;
		margin-left: 0px;
		margin-top: 10px;
		text-align: left;
		border: 1px solid #d9d9d9;
		background-color: #FFFFFF;
		color: #666666;
	}
	
	.progress_input::before {
		display: block;
		content: "";
		clear: both;
	}
	
	.progress_search_button {
		padding: 6px 10px;
		background-color: #0099FF;
		color: #ffffff;
	}
	
	.progress_search_button:active {
		background-color: #0066CC;
	}
	
	.alert_content {
		display: none;
		position: fixed;
		width: 400px;
		height: 400px;
		background-color: #F0F0F0;
		border: 1px solid #D9D9D9;
		top: 30%;
		left: 40%;
		z-index: 1000;
	}
	
	.alert_content_img {
		display: block;
		width: 80%;
		height: 80%;
		margin: 10%;
	}
	
	.alert_content_img img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.close_alert {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	
	.close_alert img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.result {
		display: block;
		margin: 10px 20px;
	}
	
	.result .item {
		display: block;
		margin: 20px 0px;
		padding: 10px 0px;
		border-bottom: 1px solid #D9D9D9;
		padding-top: 0px;
	}
	
	.result .item:hover {
		background-color: #F5F5F5;
	}
	
	.result .item .title a {
		font-size: 16px;
		font-weight: bold;
		color: #0099FF;
	}
	
	.result .item .desc {
		margin: 10px 0px;
		color: #999999;
	}
	
	.result .item .url {
		color: #0099FF;
		display: none;
	}
	
	.result .item .time {
		margin-left: 20px;
		color: #999999;
	}
	
	.result .item .time::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.result .count {
		margin: 0px 10px;
		color: #0099FF;
	}
	
	#IBOX_SEARCH_0 {
		padding: 10px;
	}
	
	.blog_column {
		display: block;
		margin: 10px 0px;
	}
	
	.blog_column>span {
		margin-left: 10px;
		color: #0099ff;
	}
	
	.commentsummary {
		display: block;
		margin: 10px 0px;
		padding: 10px 0px;
		border-top: 1px solid #d9d9d9;
		margin-top: 200px;
	}
	
	.comment_user input {
		display: inline-block;
		height: 25px;
		line-height: 25px;
		width: 300px;
		border: 1px solid #D9D9D9;
		padding: 3px 10px;
	}
	
	.comment_content {
		display: block;
		width: 89%;
		height: 100px;
		margin: 10px 41px;
		padding: 3px 10px;
	}
	
	.comment_submit {
		display: block;
		width: 150px;
		height: 35px;
		border: 1px solid #d9d9d9;
		margin-left: 42px;
		cursor: pointer;
	}
	
	.comment_submit:active {
		background-color: #949494;
	}
	
	#COMMENT_U0 {
		margin-left: 10px;
		color: #0099FF;
	}
	
	.public_opinion_more {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 14px;
	}
	
	.public_opinion_more:hover {
		color: #0099FF;
	}
	
	.IdentificationArea {
		display: block;
		height: 25px;
		width: 150px;
	}
	
	.IdentificationDetail {
		color: #0099FF;
	}
	
	.right_menu {
		display: block;
		width: 60px;
		height: 250px;
		position: fixed;
		z-index: 10;
		top: 15%;
		right: 10%;
		background: url(/global/right_menu_bg.png) repeat 0 0;
		border-radius: 5px;
	}
	
	@media screen and (max-width: 1680px) {
		.right_menu {
			right: 5px;
		}
	}
	
	.right_menu .right_menu_item {
		display: block;
		width: 60px;
		height: 60px;
		position: relative;
		cursor: pointer;
	}
	
	.right_menu .right_menu_item .hover_weixin {
		display: none;
		width: 120px;
		min-height: 100px;
		background-color: #000000;
		border-radius: 5px;
		position: absolute;
		top: 0px;
		left: -140px;
		padding: 10px;
	}
	
	.right_menu .right_menu_item .hover_weixin img {
		display: block;
		width: 100%;
	}
	
	.right_menu .right_menu_item .hover_weixin p {
		margin: 0px auto;
		text-align: center;
		color: #FFFFFF;
		font-size: 12px;
	}
	
	.right_menu .right_menu_item a {
		display: block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		padding-top: 1px;
		position: relative;
	}
	
	.right_menu .right_menu_item a.bds_more {
		width: 60px;
		line-height: 60px;
		padding-left: 0px;
		position: absolute;
		text-align: center;
		background-image: none;
		color: #FFFFFF;
		font-size: 14px;
		margin: 0px;
		z-index: 0;
	}
	
	.right_menu .right_menu_item .hover_item {
		display: none;
		width: 60px;
		height: 60px;
		line-height: 60px;
		color: #FFFFFF;
		text-align: center;
		top: 0px;
		left: 0px;
		background-color: #184588;
		font-size: 14px;
		z-index: 1000;
		position: absolute;
	}
	
	.right_menu .right_menu_item:hover .hover_item,
	.right_menu .right_menu_item:hover .hover_weixin {
		display: block;
	}
	
	.right_menu .right_menu_item .right_menu_item_icon {
		display: block;
		width: 30px;
		height: 30px;
		margin: 15px auto;
	}
	
	.page_top_tips {
		display: block;
		width: 600px;
		height: 20px;
		float: right;
	}
	
	.page_top_tips .page_top_tips_item {
		float: right;
		font-size: 12px;
		color: #666666;
	}
	
	.page_top_tips .page_top_tips_item:hover {
		color: #007AFF;
	}
	
	.news_date {
		display: block;
		width: 1200px;
		height: 40px;
		margin: 0px auto;
	}
	
	.news_date::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.news_date .date_prev,
	.news_date .date_next {
		display: block;
		width: 40px;
		height: 40px;
		float: left;
		background: url(/global/date_next_bg.png) no-repeat 0 0;
	}
	
	.news_date .date_prev:active,
	.news_date .date_next:active {
		background-color: #007AFF;
	}
	
	.news_date .date_prev {
		background: url(/global/date_next_bg.png) no-repeat 0 -40px;
	}
	
	.news_date .date_items {
		display: none;
		width: 1040px;
		height: 40px;
		float: left;
	}
	
	.date_title {
		display: block;
		width: 80px;
		height: 40px;
		text-align: center;
		color: #FFFFFF;
		line-height: 40px;
		float: left;
		font-size: 18px;
		font-weight: bold;
	}
	
	.news_date .date_items .date_item {
		display: inline-block;
		height: 41px;
		line-height: 41px;
		text-align: center;
		color: #FFFFFF;
		padding: 0px 8px;
		font-size: 14px;
		margin-top: -2px;
		cursor: pointer;
		position: relative;
	}
	
	.news_date .date_items .date_item:nth-child(1) {
		font-weight: bold;
		font-size: 16px;
	}
	
	.news_date .date_items .date_item.active {
		color: #B81900;
		font-weight: bold;
		background-color: #F0F0F0;
	}
	
	.news_date .date_items .date_item.future {
		color: #bfc0c1;
	}
	
	.news_date .date_items .date_item.future:hover {
		background-color: transparent;
		color: #bfc0c1;
		cursor: initial;
	}
	
	.news_date .date_items .date_item::after {
		display: block;
		content: "";
		width: 0px;
		height: 10px;
		position: absolute;
		border-right: 1px solid #FFFFFF;
		top: 15px;
		right: 0px;
	}
	
	.news_date .date_items .date_item:hover {
		background-color: #FFFFFF;
		;
		color: #0099FF;
	}
	
	.article_search {
		display: block;
		width: 749px;
		min-height: 42px;
		border: 1px solid #E9E9E9;
		margin: 10px auto;
		background-color: #f5f5f5;
		padding: 0px 39px;
	}
	
	.article_search::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.article_search .article_search_title {
		display: block;
		width: 749px;
		height: 42px;
		line-height: 42px;
		color: #4D8EDB;
		font-size: 16px;
		font-weight: bold;
		float: left;
	}
	
	.article_search .article_search_item {
		display: block;
		width: 215px;
		height: 42px;
		float: left;
		vertical-align: middle;
		line-height: 42px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	.article_search .article_search_item .article_search_item_title {}
	
	.article_search .article_search_item .article_search_item_input {
		display: inline-block;
		width: 127px;
		height: 25px;
		padding: 3px 5px;
		line-height: 35px;
		border: 1px solid #e9e9e9;
		border-radius: 5px;
	}
	
	.article_search .article_search_item .article_search_item_select {
		display: inline-block;
		width: 127px;
		height: 25px;
		padding: 3px 5px;
		line-height: 35px;
		border: 1px solid #e9e9e9;
		border-radius: 5px;
	}
	
	.article_search .article_search_item .article_search_item_button {
		display: inline-block;
		width: 127px;
		height: 35px;
		line-height: 35px;
		border: 1px solid #e9e9e9;
		border-radius: 5px;
		background-color: #007AFF;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	.article_search .article_search_item .article_search_item_button:active {
		background-color: #019DFA;
	}
	
	.noarticle {
		text-align: center;
		color: #999999;
		height: 50px;
		line-height: 50px;
	}
	/**鏂板鏍峰紡*/
	
	.remin_content {
		display: block;
		width: 688px;
		margin: 0 auto;
		padding: 0px 0px;
		background-color: #ffffff;
	}
	
	.remin_content::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.remin_content .remin_content_left {
		display: block;
		width: 228px;
		float: left;
	}
	
	.remin_content_left .remin_content_left_img_1 {
		display: block;
		width: 210px;
		height: 299px;
		margin: 0px 5px;
	}
	
	.remin_content_left .remin_content_left_list_1 {
		display: block;
		width: 210px;
		margin-top: 5px;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item {
		display: block;
		width: 100px;
		height: 75px;
		float: left;
		margin: 5px;
		text-align: center;
		line-height: 75px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item:nth-child(4) {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.remin_content_left .remin_content_left_list_1::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item:hover {
		opacity: 0.5;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item.color_1 {
		background-color: #F79646;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item.color_2 {
		background-color: #9BBB59;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item.color_3 {
		background-color: #9966CC;
	}
	
	.remin_content_left .remin_content_left_list_1 .remin_content_left_list_1_item.color_4 {
		background-color: #C84A39;
	}
	
	.remin_content_left .renmin_sys {
		display: block;
		width: 210px;
		height: 53px;
		margin: 0px 5px;
		margin-top: 5px;
		cursor: pointer;
	}
	
	.remin_content .remin_content_right {
		display: block;
		width: 450px;
		height: 498px;
		margin-left: 5px;
		float: left;
	}
	
	.remin_content_right_link {
		display: block;
		width: 460px;
		height: 60px;
		border-bottom: 4px solid #0190F8;
	}
	
	.remin_content_right_link::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.remin_content_right_link_item {
		display: block;
		width: 152px;
		height: 60px;
		float: left;
	}
	
	.remin_content_right_link_item_img {
		display: block;
		width: 44px;
		height: 44px;
		float: left;
		margin: 8px 0px;
	}
	
	.remin_content_right_link_item_text {
		display: block;
		height: 50px;
		width: 78px;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		padding: 0px 10px;
		padding-top: 10px;
		font-size: 12px;
		cursor: pointer;
	}
	
	.remin_content_right_link_item_text:active,
	.remin_content_right_link_item_text:hover {
		color: #0099FF;
	}
	
	.renmin_search {
		display: block;
		width: 460px;
		height: auto;
	}
	
	.renmin_search_action {
		display: block;
		width: 456px;
		height: auto;
	}
	
	.renmin_search_action::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.renmin_search_action .renmin_search_action_item_2 {
		display: block;
		width: 40%;
		float: left;
	}
	
	.renmin_search_action .renmin_search_action_item_1 {
		display: block;
		width: 20%;
		height: 60px;
		float: left;
	}
	
	.renmin_search_action_text {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		color: #666666;
		font-weight: bold;
		text-align: left;
	}
	
	.renmin_search_action_input {
		display: block;
		width: 90%;
		margin: 0px;
		margin-right: 6%;
		height: 30px;
		line-height: 30px;
		padding: 0px 2%;
		border: 1px solid #D9D9D9;
		border-radius: 5px;
		font-size: 12px;
	}
	
	.renmin_search_action_button {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		background-color: #019DFA;
		color: #FFFFFF;
		border: none;
		border-radius: 5px;
		margin-top: 30px;
		cursor: pointer;
	}
	
	.renmin_search_action_button:hover {
		opacity: 0.6;
	}
	
	.renmin_search_result {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	
	.renmin_search_result_hd {
		display: block;
		width: 100%;
		height: 30px;
		background-color: #0099CC;
	}
	
	.renmin_search_result_hd::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.renmin_search_result_td_4 {
		display: block;
		height: 30px;
		width: 36%;
		line-height: 30px;
		text-align: center;
		padding: 0px 2%;
		float: left;
		font-size: 12px;
	}
	
	.renmin_search_result_td_2 {
		display: block;
		height: 30px;
		width: 16%;
		line-height: 30px;
		text-align: center;
		padding: 0px 2%;
		float: left;
		font-size: 12px;
	}
	
	.renmin_search_result_td_3 {
		display: block;
		height: 30px;
		width: 26%;
		line-height: 30px;
		text-align: center;
		padding: 0px 2%;
		float: left;
		font-size: 12px;
	}
	
	.renmin_search_result_td_1 {
		display: block;
		height: 30px;
		width: 6%;
		line-height: 30px;
		text-align: center;
		padding: 0px 2%;
		float: left;
		font-size: 12px;
	}
	
	.renmin_search_result_hd .renmin_search_result_td_4,
	.renmin_search_result_hd .renmin_search_result_td_3,
	.renmin_search_result_hd .renmin_search_result_td_2,
	.renmin_search_result_hd .renmin_search_result_td_1 {
		color: #FFFFFF;
		font-size: 14px;
	}
	
	.renmin_search_result_tr {
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 1px dashed #D9D9D9;
		position: relative;
	}
	
	.renmin_search_result_tr::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.renmin_search_result_tr:hover {
		background-color: #F0F0F0;
	}
	
	.renmin_search_result_local {
		display: block;
		position: absolute;
		width: 14px;
		height: 20px;
		top: 6px;
		right: 0px;
		cursor: pointer;
	}
	
	.renmin_search_result_bt {
		display: block;
		width: 100%;
		min-height: 25px;
		background-color: #e4e4e4;
	}
	
	.renmin_search_result_bt::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.renmin_search_result_bt span,
	.renmin_search_result_bt a {
		font-size: 12px;
		margin: 0px 10px;
		display: inline-block;
		height: 25px;
		line-height: 25px;
	}
	
	.renmin_search_result_bt span {
		float: left;
	}
	
	.renmin_search_result_bt>a {
		float: right;
		cursor: pointer;
	}
	
	.renmin_search_result_bt>a:hover {
		color: #007AFF;
	}
	
	.triangle-left {
		display: inline-block;
		position: relative;
		border-top: 5px solid transparent;
		border-right: 10px solid #999999;
		border-bottom: 5px solid transparent;
	}
	
	.triangle-right {
		display: inline-block;
		position: relative;
		border-top: 5px solid transparent;
		border-left: 10px solid #999999;
		border-bottom: 5px solid transparent;
	}
	
	.renmin_search_result_bt>a:hover .triangle-left {
		border-right: 10px solid #007AFF;
	}
	
	.renmin_search_result_bt>a:hover .triangle-right {
		border-left: 10px solid #007AFF;
	}
	
	.renmin_map {
		display: block;
		position: relative;
		width: 100%;
		height: 178px;
		margin-top: 5px;
	}
	
	.renmin_map_content {
		display: block;
		position: relative;
		width: 100%;
		height: 178px;
		margin-top: 5px;
		z-index: 1;
	}
	
	.renmin_iwant {
		display: block;
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 100px;
		height: 35px;
		background-color: #A1A1A1;
		border-radius: 5px;
		overflow: hidden;
		line-height: 35px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		z-index: 2;
		cursor: pointer;
	}
	
	.renmin_iwant:hover {
		background-color: #AAAAAA;
	}
	
	.index_layrow_hd_new {
		display: block;
		width: 100%;
		height: 551px;
		position: relative;
	}
	
	.index_layrow_hd_new_center {
		display: block;
		position: absolute;
		width: 150px;
		height: 150px;
		top: 159px;
		left: 150px;
	}
	
	.index_layrow_hd_new_center>img {
		display: block;
		width: 150px;
		height: 150px;
	}
	
	.index_layrow_hd_new_item_1 {
		display: block;
		width: 90px;
		height: 90px;
		position: absolute;
		cursor: pointer;
	}
	
	.index_layrow_hd_new_item_1:hover {
		opacity: 0.9;
	}
	
	.index_layrow_hd_new_item_2 {
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		cursor: pointer;
	}
	
	.index_layrow_hd_new_item_2:hover {
		opacity: 0.9;
	}
	
	.index_layrow_hd_new_item_3 {
		display: block;
		width: 110px;
		height: 110px;
		position: absolute;
		cursor: pointer;
	}
	
	.index_layrow_hd_new_item_3:hover {
		opacity: 0.9;
	}
	
	.index_layrow_hd_new_item_icon {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.index_layrow_hd_new_item_text {
		display: block;
		position: absolute;
		width: 100%;
		height: 20px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
		font-size: 12px;
		left: 0px;
		bottom: 17%;
	}
	
	.index_layrow_hd_new_item_local_1 {
		top: 185px;
		right: -20px;
	}
	
	.index_layrow_hd_new_item_local_2 {
		top: 275px;
		right: 30px;
	}
	
	.index_layrow_hd_new_item_local_3 {
		top: 325px;
		right: 80px;
	}
	
	.index_layrow_hd_new_item_local_4 {
		top: 295px;
		right: 320px;
	}
	
	.index_layrow_hd_new_item_local_5 {
		top: 175px;
		left: -10px;
	}
	
	.index_layrow_hd_new_item_local_6 {
		top: 95px;
		left: 50px;
	}
	
	.index_layrow_hd_new_item_local_7 {
		top: 30px;
		left: 125px;
	}
	
	.index_layrow_hd_new_item_local_8 {
		top: 30px;
		left: 240px;
	}
	
	.index_layrow_hd_new_item_local_9 {
		top: 110px;
		left: 320px;
	}
	
	.index_layrow_hd_new_item_local_10 {
		top: 345px;
		right: 260px;
	}
	
	.index_layrow_hd_new_item_local_11 {
		top: 365px;
		right: 180px;
	}
	
	.index_layrow_hd_new_item .index_layrow_hd_new_item_text {
		transition: font-size 0.5s;
		-moz-transition: font-size 0.5s;
		-webkit-transition: font-size 0.5s;
		-o-transition: font-size 0.5s;
	}
	
	.index_layrow_hd_new_item:hover .index_layrow_hd_new_item_text {
		font-size: 14px;
	}
	
	.xiaosi {
		display: block;
		width: 152px;
		height: 175px;
		position: absolute;
		bottom: 10px;
		left: -10px;
	}
	
	.xiaosi .xiaosi_img {
		display: block;
		width: 100%;
	}
	
	.xiaosi .xiaosi_img_2 {
		display: block;
		position: absolute;
		max-width: none;
		width: 215px;
		top: 67px;
		right: -190px;
	}
	
	.xiaosi_text {
		display: block;
		position: absolute;
		max-width: none;
		width: 165px;
		height: 56px;
		top: 79px;
		right: -175px;
	}
	
	.xiaosi_text .xiaosi_text_1 {
		font-size: 11px;
		font-weight: bold;
		display: block;
		text-align: left;
		line-height: 12px;
		height: 20px;
	}
	
	.xiaosi_text .xiaosi_text_2 {
		display: inline-block;
		font-size: 11px;
		text-align: left;
		line-height: 12px;
	}
	
	.Iwanttiaojie_content {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 1000;
	}
	
	.Iwanttiaojie_body {
		display: block;
		width: 300px;
		height: 180px;
		background-color: #FFFFFF;
		margin: 15% auto;
		padding: 20px;
		position: relative;
	}
	
	.Iwanttiaojie_body h3 {
		font-size: 18px;
		color: #007AFF;
		text-align: center;
		font-weight: bold;
	}
	
	.Iwanttiaojie_body p {
		font-size: 14px;
		margin: 20px auto;
	}
	
	.Iwanttiaojie_body_radio label {
		display: inline-block;
		width: 32%;
	}
	
	.Iwanttiaojie_body .Iwanttiaojie_body_button {
		display: block;
		width: 80%;
		height: 40px;
		background-color: rgba(73, 156, 254, 1);
		color: #FFFFFF;
		text-align: center;
		line-height: 40px;
		margin: 20px auto;
		cursor: pointer;
		border-radius: 5px;
		font-size: 18px;
	}
	
	.Iwanttiaojie_content_close {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: -5px;
		right: -5px;
		cursor: pointer;
		z-index: 1001;
	}
	
	.Iwanttiaojie_content_close .Iwanttiaojie_content_close_bg {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.lvshifuwu_content {
		display: block;
		height: auto;
		width: 688px;
		margin: 0px;
		padding: 0px 0px;
		background-color: #ffffff;=
	}
	
	.lvshifuwu_content_top {
		display: block;
		width: 100%;
		height: 156px;
		background: url(/global/u3605.png) no-repeat 0 0;
	}
	
	/*.lvshifuwu_content_top_title {
		display: inline-block;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 40px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 10px auto;
		text-shadow: 1px 1px 1px #040404;
	}*/
	
	.lvshifuwu_zhiyin {
		display: block;
		width: 90%;
		height: 86px;
		padding: 0px;
		border-top: 1px solid #FFFFFF;
		margin: 0px auto;
		position: relative;
	}
	
	.lvshifuwu_zhiyin_more {
		display: block;
		width: 80px;
		height: 35px;
		line-height: 35px;
		text-align: right;
		color: #FFFFFF;
		font-size: 14px;
		position: absolute;
		right: 0px;
		top: -35px;
		cursor: pointer;
	}
	
	.lvshifuwu_zhiyin_more:hover {
		color: #F6F6F6;
		font-size: 13px;
	}
	
	.lvshifuwu_zhiyin_item {
		display: block;
		width: 30.3333%;
		height: 30px;
		line-height: 30px;
		float: left;
		text-align: left;
		color: #FFFFFF;
		padding: 0px 1%;
		margin: 5px auto;
		margin-right: 1%;
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		overflow: hidden;
		cursor: pointer;
	}
	
	.lvshifuwu_zhiyin_item:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}
	
	.lvshifuwu_content_bottom {
		display: block;
	}
	
	.lvshifuwu_content_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.lvshifuwu_content_bottom_left {
		display: block;
		width: 220px;
		height: 355px;
		float: left;
	}
	
	.lvshifuwu_content_bottom_right {
		display: block;
		width: 438px;
		height: 355px;
		float: left;
		margin-left: 10px;
	}
	
	.layrow_article_content {
		display: block;
		width: 100%;
		min-height: 100px;
	}

	.sfks_article_content {
		display: block;
		width: 100%;
		background: #fff;
	}
	
	
	.layrow_article_content_title {
		display: block;
		width: 82.8%;
		height: 25px;
		position: relative;
		line-height: 25px;
		text-align: left;
		color: #0066ff;
		background: #fff;
		font-weight: bold;
		padding-left: 17.2%;
	}
	
	.layrow_article_content_title_img {
		display: block;
		position: absolute;
		width: 33px;
		height: 25px;
		top: 0px;
		left: 0px;
	}
	
	.layrow_article_content_title_more {
		display: block;
		height: 25px;
		line-height: 25px;
		position: absolute;
		top: 0px;
		right: 5px;
		font-size: 12px;
		color: #999999;
		cursor: pointer;
	}
	
	.layrow_article_content_title_more:hover {
		color: #0066FF;
	}
	
	.layrow_article_content_lists {
		display: block;
		padding: 5px;
		
	}
	
	.layrow_article_content_list {
		display: block;
		width: 100%;
		height: 24px;
		line-height: 24px;
		text-align: left;
		font-size: 12px;
	}

.sqjz_content_list {
		display: block;
		width: 100%;
		height: 24px;
		line-height: 24px;
		text-align: left;
		font-size: 12px;
	}

.sqjz_content_list::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.layrow_article_content_list::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.layrow_article_content_list_title,
	.layrow_article_content_list_time {
		display: block;
		height: 25px;
		line-height: 25px;
		float: left;
		font-size: 12px;
	}
	
	.layrow_article_content_list_time {
		float: right;
	}
	
	.layrow_article_content_list_title {
		width: 78%;
	}

   .jcgz_list_title, .sfks_list_title{
		width: 74%;
		float: left;
		font-size: 12px;
	}

	.abzj_list_title {
		width: 73%;
	}

	.abzj_list_title2 {
		width: 81%;
	}
	.abzj_list_title, .abzj_list_title2, .sqjz_list_title{
		display: block;
		height: 24px;
		line-height: 24px;
		float: left;
		font-size: 12px;
		color: #666;
	}
	.sqjz_list_title {
		width: 62%;
	}

	.layrow_article_content_list:hover .layrow_article_content_list_title,
	.layrow_article_content_list:hover .layrow_article_content_list_time {
		color: #0066FF;
	}
	
	.lvshiwufu_lanmu_lists {
		display: block;
		width: 220px;
		position: relative;
		padding-bottom: 17px;
		margin-top: 10px;
	}
	
	.lvshiwufu_lanmu_lists::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.lvshiwufu_lanmu_lists_item {
		display: block;
		width: 103px;
		height: 103px;
		line-height: 103px;
		float: left;
		margin: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		color: #FFFFFF;
		position: relative;
		z-index: 1;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
	}
	
	.lvshiwufu_lanmu_lists_item:nth-child(even) {
		margin-right: 0px;
	}
	
	.lvshiwufu_lanmu_lists_item:hover {
		opacity: 0.6;
	}
	
	.lvshiwufu_lanmu_lists_bg {
		display: block;
		width: 220px;
		height: 27px;
		position: absolute;
		bottom: 10px;
		z-index: 0;
	}
	
	.lvshi_info_search {
		display: block;
		width: 100%;
		height: 355px;
		position: relative;
		z-index: 1;
	}
	
	.lvshi_info_search_tar {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-color: #F2F2F2;
		position: relative;
	}
	
	.lvshi_info_search_tar_item {
		display: block;
		width: 50%;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		color: #000000;
		text-align: center;
		float: left;
		cursor: pointer;
	}
	
	.lvshi_info_search_tar_item.active {
		background-color: #129FFE;
		color: #FFFFFF;
	}
	
	.lvshi_info_search_content {
		display: block;
		width: 100%;
		height: 327px;
	}
	
	.lvshi_info_search_content_item {
		display: none;
		width: 100%;
		height: 327px;
	}
	
	.lvshi_info_search_content_item.active {
		display: block;
	}
	
	.lvshi_search_button {
		display: block;
		width: 348px;
		height: 100px;
		float: left;
	}
	
	.lvshi_search_button::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.lvshi_search_button_item {
		display: block;
		height: 50px;
		float: left;
	}
	
	.lvshi_search_button_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.lvshi_search_button_item_text {
		display: block;
		height: 50px;
		line-height: 50px;
		text-align: left;
		float: left;
		font-size: 11px;
	}
	
	.lvshi_search_button_item_button {
		display: block;
		width: 65px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #D9D9D9;
		border-radius: 5px;
		margin: 0px 5px;
		margin-top: 10px;
		float: left;
		padding: 0px 5px;
		font-size: 12px;
	}
	
	.lvshi_search_button_chaxun {
		display: block;
		width: 80px;
		height: 80px;
		background-color: #129FFE;
		float: left;
		border-radius: 5px;
		line-height: 80px;
		color: #FFFFFF;
		margin: 5px;
		cursor: pointer;
		margin-top: 10px;
		text-align: center;
	}
	
	.lvshi_search_button_chaxun:hover {
		opacity: 0.6;
	}
	
	.lvshi_search_button_item_select {
		display: block;
		height: 30px;
		margin-top: 10px;
		width: 70px;
		margin-left: 5px;
		font-size: 12px;
	}
	
	.lvshi_search_lists,
	.lvshi_search_lists_detail {
		display: block;
		width: 438px;
		height: 200px;
	}
	
	.lvshi_search_lists_detail::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.lvshi_search_lists_detail_item {
		display: block;
		width: 209px;
		height: 90px;
		background-color: #F6F6F6;
		float: left;
		margin: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	
	.lvshi_search_lists_detail_item:hover {
		background-color: #FAFAFA;
	}
	
	.lvshi_info_detail_img {
		display: block;
		width: 70px;
		height: 70px;
		float: left;
		border-radius: 5px;
		overflow: hidden;
		margin: 10px;
	}
	
	.lvshi_info_detail_img_img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.lvshi_info_detail_text {
		display: block;
		width: 114px;
		height: 70px;
		margin: 5px auto;
		float: left;
		position: relative;
	}
	
	.lvshi_info_detail_text_name {
		display: block;
		width: 40px;
		height: 20px;
		font-size: 12px;
		text-align: left;
		font-weight: bold;
	}
	
	.lvshi_info_detail_text_pinfen {
		display: block;
		width: 74px;
		height: 20px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.lvshi_info_detail_text_pinfen::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.lvshi_info_detail_text_pinfen_img {
		display: block;
		width: 10px;
		height: 10px;
		margin: 5px 2px;
		float: left;
	}
	
	.lvshi_info_detail_text_other {
		display: block;
		width: 100%;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
		text-align: left;
		color: #999999;
		overflow: hidden;
	}
	/*鍙告硶閴村畾*/
	
	.sifajianding_content {
		display: block;
		height: 498px;
		width: 688px;
		margin: 0px;
		padding: 0px 0px;
		background-color: #ffffff;
	}
	
	.sifajianding_content_top {
		display: block;
		width: 100%;
		height: 156px;
		background-color: #F6F6F6;
	}
	
	.sifajianding_content_top::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifajianding_content_bottom {
		display: block;
		width: 668px;
		height: 365px;
		margin-top: 10px;
		padding: 5px;
	}
	
	.sifajianding_content_top_item {
		display: block;
		width: 20%;
		height: 156px;
		float: left;
	}
	
	.sifajianding_content_top_item_2 {
		display: none;
		width: 80%;
		height: 156px;
		float: left;
	}
	
	.sifajianding_content_top_item_2::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifajianding_content_top_item_2.active {
		display: block
	}
	
	.sifajianding_content_top_item_2_item:nth-child(odd) {
		display: block;
		width: 25%;
		height: 156px;
		float: left;
		background-color: #0196FF;
	}
	
	.sifajianding_content_top_item_2_item:nth-child(even) {
		display: block;
		width: 25%;
		height: 156px;
		float: left;
		background-color: #1472E5;
	}
	
	.sifajianding_content_top_item_title {
		display: block;
		width: 127px;
		height: 32px;
		margin: 5px;
		position: relative;
		line-height: 36px;
	}
	
	.sifajianding_content_top_item_title .sifajianding_content_top_item_title_bg {
		display: block;
		width: 63px;
		height: 32px;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 0;
	}
	
	.sifajianding_content_top_item_title_left {
		display: block;
		position: relative;
		width: 50%;
		height: 32px;
		z-index: 1;
		line-height: 32px;
		float: left;
		font-size: 22px;
		color: #0099FF;
		font-weight: bold;
		text-align: center;
	}
	
	.sifajianding_content_top_item_title_right {
		display: block;
		position: relative;
		z-index: 1;
		width: 47%;
		height: 32px;
		line-height: 32px;
		float: left;
		color: #FFFFFF;
		font-size: 14px;
		text-align: left;
		padding-left: 3%;
		Font-style: italic;
		font-weight: bold;
	}
	
	.sifajianding_content_top_item_itme {
		display: block;
		width: 127px;
		height: 22px;
		margin: 0px 5px;
		position: relative;
		line-height: 22px;
		text-align: center;
		font-weight: bold;
		color: #666666;
		cursor: pointer;
	}
	
	.sifajianding_content_top_item_itme.active {
		background-color: #0099FF;
		color: #FFFFFF;
	}
	
	.sifajianding_content_top_item_2_item_title,
	.sifajianding_content_top_item_2_item_list {
		display: block;
		widows: 90%;
		height: 29px;
		margin: 0px 5%;
		text-align: center;
		line-height: 29px;
		color: #FFFFFF;
		font-size: 12px;
		overflow: hidden;
	}
	
	.sifajianding_content_top_item_2_item_title {
		font-size: 16px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.sifajianding_content_top_item_2_item_list:hover {
		opacity: 0.6;
	}
	
	.sifajianding_content_bottom_left {
		display: block;
		width: 220px;
		height: 365px;
		float: left;
	}
	
	.sifajianding_content_bottom_right {
		display: block;
		width: 438px;
		height: 365px;
		float: left;
		margin-left: 10px;
	}
	
	.sifajianding_content_bottom_left_img {
		display: block;
		width: 220px;
		height: auto;
	}
	
	.sifajianding_content_bottom_left_lanmu {
		display: block;
		width: 220px;
		height: 199px;
	}
	
	.sifajianding_content_bottom_left_lanmu::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifajianding_content_bottom_left_lanmu_item {
		display: block;
		width: 105px;
		height: 89px;
		margin-top: 10px;
		margin-right: 10px;
		line-height: 89px;
		float: left;
		cursor: pointer;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
	}
	
	.sifajianding_content_bottom_left_lanmu_item:nth-child(1) {
		background-color: #F79646;
	}
	
	.sifajianding_content_bottom_left_lanmu_item:nth-child(2) {
		background-color: #C0504D;
		margin-right: 0px;
	}
	
	.sifajianding_content_bottom_left_lanmu_item:nth-child(3) {
		background-color: #0099CC;
	}
	
	.sifajianding_content_bottom_left_lanmu_item:nth-child(4) {
		background-color: #009966;
		margin-right: 0px;
	}
	
	.sifajianding_content_bottom_left_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.sifajianding_map {
		display: block;
		position: relative;
		width: 100%;
		height: 128px;
		margin-top: 5px;
	}
	
	.sifajiandingshu_info {
		display: none;
		width: 436px;
		height: 195px;
		position: relative;
		border-left: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
	}
	
	.sifajiandingshu_info_tr {
		display: block;
		width: 100%;
		height: 38px;
		line-height: 38px;
		border-bottom: 1px solid #D9D9D9;
	}
	
	.sifajiandingshu_info_tr:nth-child(odd) {
		background-color: #F0F0F0;
	}
	
	.sifajiandingshu_info_tr::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifajiandingshu_info_td_1 {
		display: block;
		width: 30%;
		height: 38px;
		line-height: 38px;
		text-align: center;
		float: left;
		position: relative;
		font-weight: bold;
	}
	
	.sifajiandingshu_info_td_2 {
		display: block;
		width: 70%;
		height: 38px;
		line-height: 38px;
		text-align: center;
		float: left;
		position: relative;
	}
	
	.sifajiandingshu_info_td_2::before {
		display: block;
		content: "";
		border-left: 1px solid #D9D9D9;
		width: 1px;
		height: 38px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.sifajiandingshu_noresearch {
		display: block;
		width: 100%;
		height: 190px;
	}
	
	.sifajiandingshu_noresearch>img {
		display: block;
		width: 100px;
		margin: 20px auto;
		margin-top: 40px;
	}
	
	.sifajiandingshu_noresearch>p {
		color: #999999;
		font-size: 16px;
	}
	
	.falvyuanzhucontent {
		display: block;
		width: 688px;
		height: auto;
	}
	
	.falvyuanzhucontent_top {
		display: block;
		width: 100%;
		hanging-punctuation: 79px;
	}
	
	.falvyuanzhucontent_bottom {
		display: block;
		width: 688px;
		margin: 10px auto 0;
	}
	
	.falvyuanzhucontent_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.falvyuanzhucontent_bottom_left {
		display: block;
		width: 225px;
		float: left;
	}
	
	.falvyuanzhucontent_bottom_right {
		display: block;
		width: 458px;
		float: right;
	}
	
	.falvyuanzhu_system {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 10px;
		cursor: pointer;
	}
	
	.falvyuanzhu_system .falvyuanzhu_system_img {
		display: block;
		width: 100%;
	}
	
	.falvyuanzhu_lanmu {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 0px;
	}
	
	.falvyuanzhu_lanmu::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.falvyuanzhu_lanmu_item {
		display: block;
		width: 105px;
		height: 70px;
		line-height: 70px;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		margin-right: 10px;
		float: left;
		cursor: pointer;
		margin-top: 10px;
	}
	
	.falvyuanzhu_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.falvyuanzhu_lanmu_item:nth-child(1) {
		background-color: #FF9A35;
		line-height: 25px;
		padding-top: 10px;
		height: 60px;
	}
	
	.falvyuanzhu_lanmu_item:nth-child(2) {
		background-color: #8DD294;
		margin-right: 0px;
	}
	
	.falvyuanzhu_lanmu_item:nth-child(3) {
		background-color: #66CCFF;
		line-height: 25px;
		padding-top: 10px;
		height: 60px;
		margin-right: 10px;
	}
	
	.falvyuanzhu_lanmu_item:nth-child(4) {
		background-color: #CC3366;
		line-height: 70px;
		padding-top: 00px;
		height: 70px;
		margin-right: 0px;
	}
	
	.pufaxuanchuan_content {
		display: block;
		width: 688px;
		height: auto;
	}
	
	.pufaxuanchuan_content_top {
		display: block;
	}
	
	.pufaxuanchuan_content_top::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.pufaxuanchuan_content_top_item {
		display: block;
		width: 55px;
		height: 65px;
		background-color: #FFFFFF;
		;
		border: 2px solid #666666;
		float: left;
		margin: 0px 5px;
		padding: 0px 5px;
	}
	
	.pufaxuanchuan_content_top_item:hover {
		background-color: #F6F6F6;
	}
	
	.pufaxuanchuan_content_top_item_img {
		display: block;
		width: 32px;
		height: 32px;
		margin: 5px auto;
		margin-bottom: 0px;
	}
	
	.pufaxuanchuan_content_top_item>p {
		font-weight: bold;
	}
	
	.pufaxuanchuan_content_bottom {
		display: block;
		height: auto;
		width: 688px;
		margin:10px auto 0;
	}
	
	.pufaxuanchuan_content_bottom_top {
		display: block;
		width: 100%;
		height: 185px;
	}
	
	.pufaxuanchuan_content_bottom_top::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.pufaxuanchuan_content_bottom_top_item {
		display: block;
	}
	
	.pufaxuanchuan_content_bottom_bottom {
		display: block;
		width: 100%;
		height: 175px;
		margin-top: 5px;
	}
	
	.pufaxuanchuan_content_bottom_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.pufaxuanchuan_content_bottom_bottom_item {
		display: block;
		width: 228px;
		height: 170px;
		margin-right: 10px;
		margin-left: 10px;
		float: left;
	}
	
	.pufaxuanchuan_content_bottom_bottom_item_item {
		display: block;
		width: 97%;
		margin-bottom: 8px;
		height: 34px;
		border: 2px solid #0099FF;
		line-height: 34px;
		text-align: center;
		color: #0099FF;
		font-weight: bold;
	}
	
	.pufaxuanchuan_content_bottom_bottom_item_item:hover {
		background-color: #0099FF;
		color: #FFFFFF;
	}
	
	.pufaxuanchuan_content_bottom_bottom_item_img {
		display: block;
		width: 100%;
	}
	
	.pufaxuanchuan_content_bottom_bottom_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.pufaxuanchuan_content_lanmu_item {
		display: block;
		width: 109px;
		height: 82px;
		line-height: 82px;
		font-size: 18px;
		color: #FFFFFF;
		background-color: #000000;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
		float: left;
		font-weight: bold;
		cursor: pointer;
	}
	
	.pufaxuanchuan_content_lanmu_item:nth-child(even) {
		margin-right: 0px;
	}
	
	.pufaxuanchuan_content_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.pufaxuanchuan_content_lanmu_item:nth-child(1) {
		background-color: #1C8AD5;
	}
	
	.pufaxuanchuan_content_lanmu_item:nth-child(2) {
		background-color: #9BBB59;
	}
	
	.pufaxuanchuan_content_lanmu_item:nth-child(3) {
		background-color: #C0504D;
	}
	
	.pufaxuanchuan_content_lanmu_item:nth-child(4) {
		background-color: #F79646;
	}
	
	.gongzhengguanli_content {
		display: block;
		width: 668px;
		height: auto;
		margin: 0 auto;
	}
	
	.gongzhengguanli_content::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.gongzhengguanli_content_left {
		display: block;
		width: 220px;
		height: auto;
		float: left;
	}
	
	.gongzhengguanli_content_right {
		display: block;
		width: 438px;
		height: auto;
		float: left;
		margin-left: 10px;
	}
	
	.gongzhengguanli_content_left_img {
		display: block;
		width: 220px;
		height: 280px;
		margin: 0px 0px;
	}
	
	.gongzhengguanli_content_left_lanmu {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 0px;
	}
	
	.gongzhengguanli_content_left_lanmu::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.gongzhengguanli_content_left_lanmu_item {
		display: block;
		width: 105px;
		height: 110px;
		line-height: 110px;
		margin-top: 10px;
		margin-right: 10px;
		float: left;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 18px;
		cursor: pointer;
	}
	
	.gongzhengguanli_content_left_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.gongzhengguanli_content_left_lanmu_item:nth-child(1) {
		background-color: #1C8AD5;
	}
	
	.gongzhengguanli_content_left_lanmu_item:nth-child(2) {
		background-color: #9BBB59;
		margin-right: 0px;
	}
	
	.gongzhengguanli_content_left_lanmu_item:nth-child(3) {
		background-color: #C0504D;
	}
	
	.gongzhengguanli_content_left_lanmu_item:nth-child(4) {
		background-color: #F79646;
		margin-right: 0px;
	}
	
	.gongzhengguanli_content_left_lanmu_img {
		display: block;
		width: 80px;
		height: 80px;
		position: absolute;
		top: 35%;
		left: 35%;
	}
	
	.sifakaoshi_content {
		display: block;
		width: 688px;
		height: auto;
		padding: 10px 0 0;
		margin: 0 auto;
	}
	
	.sifakaoshi_content_top {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.sifakaoshi_content_top::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifakaoshi_content_top_left {
		display: block;
		width: 288px;
		height: auto;
		float: left;
	}
	
	.sifakaoshi_content_top_right {
		display: block;
		width: 390px;
		height: auto;
		float: right;
	}
	
	.sifakaoshi_content_top_left .sifakaoshi_content_top_left_img {
		display: block;
		width: 100%;
	}
	
	.sifakaoshi_content_bottom {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	
	.sifakaoshi_content_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.layrow_article_content_lists::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.sifakaoshi_function_item {
		display: block;
		width: 157px;
		height: 60px;
		margin: 5px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		background-color: #0099FF;
		float: left;
		position: relative;
		cursor: pointer;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.sifakaoshi_function_item:hover {
		opacity: 0.6;
	}
	
	.sifakaoshi_function_item_img {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 10px;
		left: 15px;
	}
	
	.jianyuguanli_content {
		display: block;
		width: 688px;
		height: auto;
		position: relative;
	}
	
	.jianyuguanli_content_top {
		display: block;
		width: 100%;
		height: 189px;
		padding-top: 1px;
	}
	
	.jianyuguanli_content_img {
		display: block;
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 0;
	}
	
	.jianyuguanli_content_top_title {
		font-size: 50px;
		font-weight: bold;
		display: block;
		width: 608px;
		height: 60px;
		line-height: 60px;
		color: #0066FF;
		position: relative;
		z-index: 1;
		margin-top: 30px;
		text-align: left;
		padding-left: 80px;
	}
	
	.jianyuguanli_content_top_lanmu {
		display: block;
		width: 678px;
		padding-left: 10px;
		height: 60px;
		position: relative;
		z-index: 1;
		margin-top: 10px;
	}
	
	.jianyuguanli_content_top_lanmu::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.jianyuguanli_content_top_lanmu_item {
			display: block;
		width: 125px;
		height: 23px;
		line-height: 23px;
		margin: 10px;
		margin-top: 25px;
		float: left;
		color: #2457b6;
		text-align: center;
		font-size: 14px;
		background-color: #fff;
	}
	
	.jianyuguanli_content_top_lanmu_item:nth-child(1) {
		background-color: #fff;
	}
	
	.jianyuguanli_content_top_lanmu_item:nth-child(2) {
		background-color: #fff;
	}
	
	.jianyuguanli_content_top_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.jianyuguanli_content_bottom {
		display: block;
		width: 688px;
		height: auto;
		position: relative;
	}
	
	.jianyuguanli_content_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.jianyuguanli_content_bottom_item {
		display: block;
		width: 339px;
		height: auto;
		background: #fff;
		margin-top: 5px;
	}

	.jianyuguanli_content_bottom_itemr {
		display: block;
		width: 339px;
		height: auto;
		margin-top: 5px;
	}
	.jianyuguanli_bmfw{background: #fff; margin-bottom:10px;}
	.jianyuguanli_jcfc{background: #fff;}
	
	.shehuijiaozheng_content {
		display: block;
		width: 688px;
		height: auto;
		margin: 10px auto 0;
	}
	
	.shehuijiaozheng_content::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.shehuijiaozheng_content_left {
		display: block;
		width: 228px;
		height: auto;
		float: left;
	}
	
	.shehuijiaozheng_content_left_article {
		display: block;
		height: auto;
		background: #fff;
	}
	
	.shehuijiaozheng_content_left_lanmu {
		display: block;
		height: auto;
		position: relative;
		margin-top: 10px;
	}
	
	.shehuijiaozheng_content_left_lanmu::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.shehuijiaozheng_content_left_lanmu_item {
		display: block;
		width: 146px;
		height: 80px;
		text-align: center;
		line-height: 80px;
		float: left;
		margin: 0px;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		position: relative;
		cursor: pointer;
	}
	
	.shehuijiaozheng_content_left_lanmu_item:nth-child(1) {
		background-color: #FF9966;
	}
	
	.shehuijiaozheng_content_left_lanmu_item:nth-child(2) {
		background-color: #0683FB;
		margin-left: 10px;
	}
	
	.shehuijiaozheng_content_left_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.shehuijiaozheng_content_left_lanmu_item_img {
		display: block;
		width: 25px;
		position: absolute;
		top: 20px;
		left: 7px;
	}
	
	.shehuijiaozheng_content_left_pingtai {
		display: block;
		width: 219px;
		height: auto;
		margin: 15px 0px;
		border: 1px solid #A8E267;
	}
	
	.shehuijiaozheng_content_left_pingtai .shehuijiaozheng_content_left_pingtai_img {
		display: block;
		width: 100%;
	}
	
	.shehuijiaozheng_content_right {
		display: block;
		width: 438px;
		height: auto;
		float: left;
		margin-left: 10px;
	}
	
	.shehuijiaozheng_content_right_top {
		display: block;
		width: 438px;
		height: 445px;
	}
	
	.shehuijiaozheng_content_right_top::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.shehuijiaozheng_content_right_bottom {
		display: block;
		width: 220px;
		height: auto;
		margin-top: 15px;
	}
	
	.shehuijiaozheng_content_right_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.shehuijiaozheng_content_right_bottom_item {
		display: block;
		width: 105px;
		height: 60px;
		line-height: 60px;
		margin-right: 10px;
		float: left;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		background: url(/global/u2019.png) no-repeat 10px 0px;
	}
	
	.shehuijiaozheng_content_right_bottom_item:nth-child(1) {
		background-color: #C0504D;
	}
	
	.shehuijiaozheng_content_right_bottom_item:nth-child(2) {
		background-color: #F79646;
		margin-right: 0px;
	}
	
	.shehuijiaozheng_content_right_bottom_item:nth-child(3) {
		background-color: #9BBB59;
		margin-top: 10px;
	}
	
	.shehuijiaozheng_content_right_bottom_item:nth-child(4) {
		background-color: #019DFA;
		margin-right: 0px;
		margin-top: 10px;
	}
	
	.shehuijiaozheng_content_right_bottom_item:hover {
		opacity: 0.6;
	}
	
	.zhengminhudong_left_top {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.zhengminhudong_left_top::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_lanmu {
		display: block;
		width: 163px;
		height: auto;
		float: left;
	}
	
	.zhengminhudong_lanmu_item {
		display: block;
		width: 153px;
		height: 56px;
		margin: 10px 5px;
		cursor: pointer;
	}
	
	.zhengminhudong_lanmu_item:nth-child(1) {
		background-color: #2D8CE4;
		margin-top: 0px;
	}
	
	.zhengminhudong_lanmu_item:nth-child(2) {
		background-color: #26AE61;
	}
	
	.zhengminhudong_lanmu_item:nth-child(3) {
		background-color: #6699CC;
	}
	
	.zhengminhudong_lanmu_item:nth-child(4) {
		background-color: #E82F30;
	}
	
	.zhengminhudong_xiaosi {
		display: block;
		width: 407px;
		height: 254px;
		float: left;
		margin: 0px;
		margin-left: 0px;
		margin-left: 10px;
		background: url(/global/u1005.png) repeat 0 0;
		position: relative;
	}
	
	.zhengminhudong_lanmu_item_img {
		display: block;
		width: 25px;
		height: 26px;
		float: left;
		margin: 15px 10px;
	}
	
	.zhengminhudong_lanmu_item_p {
		display: block;
		width: 80px;
		height: 30px;
		line-height: 30px;
		float: left;
		margin: 13px 5px;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}
	
	.zhengminhudong_xiaosi_img {
		display: block;
		width: 120px;
		height: auto;
		position: absolute;
		top: 60px;
		left: 10px;
	}
	
	.zhengminhudong_xiaosi_title {
		display: block;
		width: 200px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		font-size: 16px;
		margin-top: 60px;
		margin-left: 150px;
	}
	
	.zhengminhudong_xiaosi_p {
		display: block;
		width: 260px;
		height: 20px;
		line-height: 20px;
		color: #FFFFFF;
		text-align: left;
		margin-top: 5px;
		margin-left: 150px;
	}
	
	.zhengminhudong_xiaosi_lanmu {
		display: block;
		width: 230px;
		height: 40px;
		margin-top: 5px;
		margin-left: 145px;
	}
	
	.zhengminhudong_xiaosi_lanmu::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_xiaosi_lanmu_item {
		display: block;
		width: 66px;
		height: 30px;
		line-height: 30px;
		margin: 10px 5px;
		background-color: #FFFFFF;
		float: left;
		font-size: 14px;
		cursor: pointer;
	}
	
	.zhengminhudong_xiaosi_lanmu_item:hover {
		opacity: 0.6;
	}
	
	.zhengminhudong_lanmu_item:hover .zhengminhudong_lanmu_item_p {
		opacity: 0.6;
	}
	
	.zhengminhudong_left_bottom {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.zhengminhudong_article_content {
		display: block;
		width: 580px;
		height: auto;
	}
	
	.zhengminhudong_article_content_title {
		display: block;
		width: 100%;
		height: 36px;
		position: relative;
		background-color: #F2F2F2;
	}
	
	.zhengminhudong_article_content_title::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_article_content_title_item {
		display: block;
		width: 25%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		font-weight: bold;
		float: left;
		cursor: pointer;
	}
	
	.zhengminhudong_article_content_title_item.active {
		background-color: #019DFA;
		color: #FFFFFF;
	}
	
	.zhengminhudong_article_content_title_more {
		display: block;
		width: 40px;
		height: 36px;
		line-height: 36px;
		padding-right: 10px;
		text-align: right;
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 12px;
		cursor: pointer;
	}
	
	.zhengminhudong_article_content_title_more:hover {
		color: #007AFF;
	}
	
	.zhengminhudong_article_content_lists {
		display: block;
		width: 100%;
		height: 218px;
	}
	
	.zhengminhudong_article_content_lists::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_article_content_lists_item {
		display: block;
		width: 183px;
		height: auto;
		float: left;
		margin: 5px;
		cursor: pointer;
	}
	
	.zhengminhudong_article_content_lists_item_img {
		display: block;
		width: 178px;
		margin: 0px auto;
		height: 104px;
	}
	
	.zhengminhudong_article_content_lists_item_title {
		display: block;
		width: 100%;
		height: 42px;
		line-height: 20px;
		font-size: 16px;
		color: #000000;
		font-weight: bold;
	}
	
	.zhengminhudong_article_content_lists_item_dec {
		display: block;
		width: 100%;
		height: 32px;
		line-height: 15px;
		font-size: 12px;
		color: #666666;
		margin-top: 20px;
		text-align: left;
		overflow: hidden;
	}
	
	.zhengminhudong_article_content_lists_item_dec+span {
		color: #007AFF;
		font-size: 12px;
		margin: 0px 5px;
		cursor: pointer;
	}
	
	.zhengminhudong_article_content_lists_tab {
		display: none;
		width: 100%;
		height: auto;
	}
	
	.zhengminhudong_article_content_lists_tab.active {
		display: block;
	}
	
	.zhengminhudong_article_content_lists_tab::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_right_top,
	.zhengminhudong_right_mid,
	.zhengminhudong_right_bottom {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.zhengminhudong_right_top_img {
		display: block;
		width: 116px;
		height: 116px;
		float: left;
		margin: 10px;
		margin-left: 0px;
		background-color: #E82F30;
		position: relative;
	}
	
	.zhengminhudong_right_top_img>img {
		display: block;
		width: 28px;
		height: auto;
		margin: 20px auto;
	}
	
	.zhengminhudong_right_top_p {
		display: block;
		width: 100%;
		height: 40px;
		background-color: rgba(255, 255, 255, 0.6);
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
		line-height: 40px;
		position: absolute;
		bottom: 0px;
	}
	
	.zhengminhudong_right_top_article {
		display: block;
		width: 440px;
		height: 116px;
		margin: 10px 0px;
		float: left;
	}
	
	.zhengminhudong_right_top_article_item {
		display: block;
		width: 100%;
		height: 29;
		position: relative;
		cursor: pointer;
	}
	
	.zhengminhudong_right_top_article_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_right_top_article_item:hover p,
	.zhengminhudong_right_top_article_item:hover span {
		color: #007AFF;
	}
	
	.zhengminhudong_right_top_article_item_title {
		display: block;
		width: 60%;
		height: 29px;
		line-height: 29px;
		padding-left: 15px;
		font-size: 14px;
		color: #666666;
		float: left;
		text-align: left;
		position: relative;
	}
	
	.zhengminhudong_right_top_article_item_title::before {
		display: block;
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background-color: #999999;
		top: 12px;
		left: 3px;
	}
	
	.zhengminhudong_right_top_article_item_time {
		display: block;
		width: 25%;
		height: 29px;
		line-height: 29px;
		font-size: 14px;
		color: #999999;
		float: right;
		text-align: right;
	}
	
	.zhengminhudong_right_bottom {
		display: block;
		width: 100%;
		height: 270px;
		background: url(/global/zhengminhudong_right_bottom_bg.png) no-repeat 0 0;
		margin-top: 10px;
		padding-top: 1px;
	}
	
	.zhengminhudong_right_bottom_content {
		display: block;
		width: 433px;
		height: 200px;
		margin: 15px auto;
		margin-left: 15px;
	}
	
	.zhengminhudong_right_bottom_content_title {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		color: #FFFFFF;
		font-size: 22px;
		text-align: center;
		font-weight: bold;
	}
	
	.zhengminhudong_right_bottom_content_item {
		display: block;
		width: 100%;
		height: 35px;
		cursor: pointer;
		position: relative;
	}
	
	.zhengminhudong_right_bottom_content_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhengminhudong_right_bottom_content_p {
		display: block;
		width: 50%;
		margin: 0px 2%;
		height: 35px;
		line-height: 35px;
		text-align: left;
		color: #FFFFFF;
		float: left;
		font-weight: bold;
	}
	
	.zhengminhudong_right_bottom_content_huifu,
	.zhengminhudong_right_bottom_content_dianzan {
		display: block;
		width: 20%;
		height: 35px;
		line-height: 35px;
		color: #FFFFFF;
		text-align: right;
		float: left;
		margin-right: 2%;
		position: relative;
	}
	
	.zhengminhudong_right_bottom_content_dianzan>i {
		display: block;
		width: 20px;
		height: 20px;
		background: url(/global/zhengminhudong_right_bottom_content_dianzan_i.png) no-repeat 0 0;
		position: absolute;
		top: 6px;
		left: 35px;
	}
	
	.zhengminhudong_right_bottom_content_item:hover {
		background-color: rgba(255, 255, 255, 0.4);
	}
	
	.renmin_search_tab_content_item {
		display: none;
	}
	
	.renmin_search_tab_content_item.active {
		display: block;
	}
	
	.wentizixun_content {
		display: block;
		width: 1200px;
		height: auto;
		margin: 0px auto;
		position: relative;
		background-color: #FFFFFF;
		margin-top: 100px;
	}
	
	.wentizixun_content::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.wentizixun_content_top_title {
		display: block;
		width: 90%;
		height: 50px;
		line-height: 50px;
		margin: 0px auto;
		position: relative;
		font-size: 18px;
		color: #6DBFFF;
		border-bottom: 3px solid #D9D9D9;
		padding-left: 50px;
	}
	
	.wentizixun_content_top_title::after {
		display: block;
		content: "";
		width: 150px;
		height: 3px;
		bottom: -3px;
		left: 0px;
		background-color: #6DBFFF;
		position: absolute;
	}
	
	.wentizixun_content_top_title_img {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 11px;
		left: 10px;
	}
	
	.wentizixun_content_top_p {
		display: block;
		width: 92%;
		height: auto;
		margin: 10px auto;
		line-height: 25px;
	}
	
	.wentizixun_content_bottom {
		display: block;
		width: 92%;
		height: auto;
		position: relative;
		margin: 10px auto;
	}
	
	.wentizixun_content_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.wentizixun_content_item {
		display: block;
		width: 27%;
		padding: 10px 2%;
		height: auto;
		margin: 10px 1%;
		float: left;
		position: relative;
	}
	
	.wentizixun_content_item:nth-child(even)::before {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		height: 96%;
		border-left: 1px solid #d9d9d9;
		top: 2%;
		left: -3%;
	}
	
	.wentizixun_content_item:nth-child(even)::after {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		height: 96%;
		border-left: 1px solid #d9d9d9;
		top: 2%;
		right: -3%;
	}
	
	.wentizixun_content_item_title1 {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
		font-weight: bold;
		color: #0080D5;
	}
	
	.wentizixun_content_item_p {
		display: block;
		width: 100%;
		height: auto;
		line-height: 25px;
	}
	
	.wentizixun_content_item_title2 {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #0080D5;
		font-size: 16px;
		margin: 10px auto;
	}
	
	.wentizixun_content_item_img {
		display: block;
		width: 96%;
		margin: 10px auto;
	}
	
	.wentizixun_content_item_lists {
		display: block;
		width: 93%;
		height: auto;
		padding: 10px 3%;
		margin-top: 30px;
		background-color: #FAFAFA;
		border-radius: 5px;
	}
	
	.wentizixun_content_item_lists_item {
		display: block;
		width: 100%;
		min-height: 55px;
		line-height: 55px;
	}
	
	.wentizixun_content_item_lists_item textarea {
		border: 1px solid #D9D9D9;
		vertical-align: middle;
		background-color: #FFFFFF;
		padding: 8px 10px;
		color: #999999;
		font-size: 12px;
		font-family: "寰蒋闆呴粦";
	}
	
	.wentizixun_content_item_lists_item .tip {
		color: #999999;
		margin-left: 10px;
	}
	
	.wentizixun_content_item_lists_item>img {
		vertical-align: middle;
		margin-left: 10px;
	}
	
	.wentizixun_content_item_lists_item label {
		font-weight: bold;
		color: #666666;
		display: inline-block;
		min-width: 70px;
	}
	
	.wentizixun_content_item_lists_item input[type="text"] {
		width: 180px;
		height: 25px;
		padding: 5px;
		border: 1px solid #D9D9D9;
		background-color: #FFFFFF;
		border-radius: 5px;
	}
	
	.wentizixun_content_item_lists_item input[type="text"].wentineirong {
		width: 180px;
		height: 100px;
		padding: 5px;
		border: 1px solid #D9D9D9;
		background-color: #FFFFFF;
		border-radius: 5px;
	}
	
	.wentizixun_content_item_lists_p {
		font-size: 12px;
		color: #CC2222;
		text-align: left;
		margin-top: 10px;
		line-height: 25px;
	}
	
	.submit_wenti {
		display: block;
		width: 40%;
		height: 45px;
		line-height: 45px;
		float: left;
		background-color: #019DFA;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		margin: 10px 5%;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		text-align: center;
	}
	
	.submit_wenti:hover {
		opacity: 0.6;
	}
	
	.zhinengzixun_content {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	.zhinengzixun_content_body {
		display: block;
		width: 100%;
		margin: 0px auto;
		height: 100%;
		background-color: #FFFFFF;
		position: relative;
	}
	
	.zhinengzixun_content_close {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: -5px;
		right: -5px;
		cursor: pointer;
		z-index: 1001;
	}
	
	.zhinengzixun_content_close_bg {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.noData {
		display: none;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		color: #999999;
		text-align: center;
	}
	
	.table_css {
		border-collapse: collapse;
	}
	
	.table_css .renmin_search_result_td_4 {
		height: auto;
		min-height: 30px;
	}
	
	.table_css .renmin_search_result_td_3 {
		height: auto;
		min-height: 30px;
	}
	
	.table_css td {
		padding: 5px 10px;
		border: 1px solid #e9e9e9;
		;
	}
	
	.table_css td:nth-child(odd) {
		font-weight: bold;
		text-align: right;
	}
	
	.person_info_name {
		text-align: center;
		font-size: 25px;
		color: #333333;
		margin-bottom: 20px;
		font-weight: bold;
		margin: 20px auto;
		margin-bottom: 40px;
	}
	
	.person_info_touxiang {
		display: block;
		width: 120px;
		height: auto;
		margin: 20px auto;
	}
	
	.errinfo {
		color: #E82F30;
	}
	
	.biaodan td {
		text-align: center;
	}
	
	.biaodan td:nth-child(odd) {
		text-align: center;
		font-weight: normal;
		background-color: #F0F0F0;
	}
	
	.bdxq {
		display: none;
	}
	
	.bdxq .wentizixun_content_item_lists_item {
		position: relative;
	}
	
	.bdxq .wentizixun_content_item_lists_item p {
		padding: 10px 10px;
		padding-bottom: 10px;
		color: #666666;
		line-height: 25px;
		background-color: #F2F2F2;
		margin-bottom: 20px;
	}
	/*鍏瘉棰勭害*/
	
	.gongzhengyuyue_content {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	.gongzhengyuyue_content_body {
		display: block;
		width: 30%;
		margin: 10% auto;
		min-height: 10%;
		background-color: #FFFFFF;
		position: relative;
		padding-bottom: 30px;
	}
	
	.gongzhengyuyue_content_body::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.zhinengzixun_content_close {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: -5px;
		right: -5px;
		cursor: pointer;
		z-index: 1001;
	}
	
	.zhinengzixun_content_close_bg {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.gongzhengyuyue_title {
		display: block;
		width: 100%;
		height: 40px;
		text-align: center;
		color: #FFFFFF;
		background-color: #0099FF;
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	.gongzhengyuyue_content_body_itme {
		display: block;
		width: 29%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #1C871E;
		color: #FFFFFF;
		border-radius: 5px;
		overflow: hidden;
		cursor: pointer;
		float: left;
		margin: 10px 2%;
	}
	
	.gongzhengyuyue_content_body_itme:hover {
		background-color: #009966;
	}
	
	.post_to {
		display: block;
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
	}
	
	.post_to table {
		width: 100%;
	}
	
	.post_to table td {
		height: 45px;
		line-height: 45px;
	}
	
	.post_to table tr td:nth-child(1) {
		text-align: right;
		padding-right: 20px;
	}
	
	.post_to table tr:nth-child(odd) {
		background-color: #F0F0F0;
	}
	
	.post_to table tr td input[type="text"] {
		border: 1px soild #d9d9d9;
		width: 80%;
		height: 25px;
		padding: 0px 5px;
	}
	
	.post_to input[type="submit"] {
		display: block;
		border: none;
		background-color: #0099FF;
		color: #FFFFFF;
		cursor: pointer;
		width: 100%;
		height: 35px;
		border-radius: 5px;
		margin: 30px auto;
	}
	
	.post_to input[type="submit"]:hover {
		background-color: #0066FF;
	}
	
	.FLYZYY_tar {
		display: block;
		width: 100%;
		height: 80px;
		position: relative;
		background-color: #F7F7F7;
		border-bottom: 2px solid #E6E5E5;
		border-top: 2px solid #E6E5E5;
		margin: 30px auto;
	}
	
	.FLYZYY_tar::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.FLYZYY_tar::before {
		display: block;
		content: "";
		width: 900px;
		height: 5px;
		background-color: #99A7B9;
		position: absolute;
		left: 150px;
		top: 28px;
		z-index: 1;
	}
	
	.FLYZYY_tar_item {
		display: block;
		position: relative;
		z-index: 2;
		width: 25%;
		height: 60px;
		float: left;
		margin: 10px auto;
	}
	
	.FLYZYY_tab_item_title {
		display: block;
		height: 50px;
		text-align: left;
		line-height: 50px;
		font-size: 18px;
		color: #0099ff;
		padding-left: 20px;
	}
	
	.FLYZYY_tar_item_icon {
		display: block;
		width: 30px;
		height: 30px;
		margin: 5px auto;
		background: url(/global/FLYZYY_tar_item_icon_default.png) no-repeat 0 0;
	}
	
	.FLYZYY_tar_item.active .FLYZYY_tar_item_icon {
		background: url(/global/FLYZYY_tar_item_icon.png) no-repeat 0 0;
	}
	
	.FLYZYY_tar_item_p {
		text-align: center;
		color: #0099ff;
	}
	
	.FLYZYY_tab {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.FLYZYY_tab::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.FLYZYY_tab_item {
		display: none;
		width: 100%;
		min-height: 100px;
	}
	
	.FLYZYY_tab_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.action_name {
		display: block;
		width: 150px;
		height: 50px;
		background-color: #009966;
		color: #FFFFFF;
		text-align: center;
		line-height: 50px;
		border-radius: 5px;
		cursor: pointer;
		font-size: 14px;
		float: left;
		margin-left: 20px;
	}
	
	.FLYZYY_tab_item.active {
		display: block;
	}
	
	.action_panle {
		display: block;
		width: 100%;
		height: 50px;
		margin: 10px auto;
	}
	
	.action_panle::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.prev_action {
		background-color: #4E99D3;
	}
	
	.select_item {
		cursor: pointer;
	}
	
	.select_item.active {
		background-color: #0099ff;
		color: #FFFFFF;
	}
	
	.article_EWM_code {
		display: block;
		width: 200px;
		height: auto;
		margin: 10px auto;
		margin-bottom: 40px;
	}
	
	.article_EWM_code_img {
		display: block;
		width: 200px;
		height: 200px;
	}
	
	.article_EWM_code_p {
		text-align: center;
		margin: 10px auto;
	}
	
	.liuyanban_img {
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		top: 8px;
		left: 160px;
	}
	
	.webSize_map_content {
		display: block;
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0px auto;
	}
	
	.map_column {
		display: block;
		position: relative;
		width: 100%;
		min-height: 50px;
		border-bottom: 3px dashed #D9D9D9;
		background-color: #FFFFFF;
	}
	
	.map_column::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.map_column_left {
		display: block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 960px;
		padding: 20px;
		text-align: center;
		line-height: 55px;
		font-weight: bold;
		font-size: 16px;
		background-color: #F0F9FE;
	}
	
	.map_column_right {
		display: block;
		width: 920px;
		height: auto;
		padding: 20px;
		float: left;
		margin-left: 240px;
		background-color: #FFFFFF;
	}
	
	.map_column_lists {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		padding: 10px 0px;
		border-bottom: 1px dashed #D9D9D9;
	}
	
	.map_column_lists::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.map_column_lists_item {
		padding: 10px;
		display: inline-block;
		position: relative;
		color: #0099FF;
	}
	
	.map_column_lists_item:hover {
		color: #EB8F00;
	}
	
	.map_column_lists_item::after {
		display: block;
		content: "";
		position: absolute;
		width: 0px;
		height: 15px;
		top: 15px;
		right: 0px;
		border-right: 1px solid #D9D9D9;
	}
	
	.map_column_lists_left {
		display: block;
		float: left;
		width: 100px;
		height: auto;
		padding: 10px;
		color: #000000;
		font-weight: bold;
	}
	
	.map_column_lists_left:hover {
		color: #EB8F00;
	}
	
	.map_column_lists_right {
		display: block;
		width: 780px;
		height: auto;
		float: left;
	}
	
	.map_column_lists:last-child {
		border-bottom: none;
	}
	
	.map_column:last-child {
		border-bottom: none;
	}
	
	.map_link {
		color: #FFFFFF;
	}
	
	.map_link:hover {
		color: #0099ff;
	}
	
	.zhinengzixun_content_bottom {
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 5%;
		text-align: center;
		line-height: 30px;
		border-top: 1px solid #d9d9d9;
		color: #0099ff;
		background-color: #fafafa;
	}
	
	.GFWB {
		display: block;
		width: 153px;
		height: 196px;
		float: left;
		margin-left: 10px;
	}
	
	.GFWB_img {
		display: block;
		width: 100%;
		height: auto;
		margin: 10px auto;
	}
	
	.GFWB_p {
		display: block;
		width: 100%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		color: #FFFFFF;
		background-color: #0099ff;
	}
	
	.index_xiaosi {
		display: block;
		width: 176px;
		height: 200px;
		margin-left: 10px;
		margin-top: 0px;
	}
	
	.index_xiaosi .zhengminhudong_xiaosi_img {
		display: block;
		width: 100px;
		height: auto;
		position: absolute;
		top: 40px;
		left: -13px;
	}
	
	.index_xiaosi .zhengminhudong_xiaosi_title {
		display: block;
		width: 200px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		font-size: 12px;
		margin-top: 10px;
		margin-left: 80px;
	}
	
	.index_xiaosi .zhengminhudong_xiaosi_p {
		display: block;
		width: 90px;
		height: auto;
		line-height: 20px;
		color: #FFFFFF;
		text-align: left;
		margin-top: 5px;
		margin-left: 80px;
		font-size: 12px;
	}
	
	.index_xiaosi .zhengminhudong_xiaosi_lanmu {
		display: block;
		width: 200px;
		height: auto;
		margin-top: 25px;
		margin-left: 6px;
	}
	
	.index_xiaosi .zhengminhudong_xiaosi_lanmu_item {
		display: block;
		width: 50px;
		height: 20px;
		line-height: 20px;
		margin: 2px;
		background-color: #FFFFFF;
		float: left;
		font-size: 10px;
		cursor: pointer;
	}
	
	.anli_item {
		display: block;
		width: 15%;
		height: 26px;
		line-height: 26px;
		margin: 5px 10px;
		border-radius: 5px;
	}
	
	.anli_item:first-child {
		margin-left: 30px;
	}
	
	.second_column_tar {
		display: block;
		width: 1113px;
		height: 185px;
		margin: 0px auto;
		position: relative;
		background: url(/global/second_column_tar_bg.png) no-repeat 0 0;
	}
	
	.second_column_tar_img_1 {
		display: block;
		width: 80px;
		top: -30px;
		left: -50px;
		position: absolute;
	}
	
	.second_column_tar_img_2 {
		display: block;
		width: 100px;
		top: -40px;
		right: -50px;
		position: absolute;
	}
	
	.second_column_tar_img_3 {
		display: block;
		width: 40px;
		top: 30px;
		right: -40px;
		position: absolute;
	}
	
	.second_column_tar::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.column_item {
		display: block;
		position: relative;
		width: 11.111111%;
		height: 185px;
		cursor: pointer;
		float: left;
	}
	
	.column_item.active::after {
		display: block;
		position: absolute;
		content: "";
		width: 10%;
		height: 10px;
		margin: 5px auto;
		background-color: #FBCB09;
		top: 20px;
		left: 45%;
	}
	
	.column_item_img {
		display: block;
		width: 38px;
		height: 38px;
		margin: 10px auto;
		margin-top: 40px;
	}
	
	.column_item_p {
		display: block;
		width: 100%;
		height: 20px;
		line-height: 20px;
		text-align: center;
		color: #0099ff;
		font-weight: bold;
		font-size: 16px;
	}
	
	.second_column_content {
		display: block;
		width: 1160px;
		height: 790px;
		padding: 0px 20px;
		position: relative;
		background-color: #FFFFFF;
		margin: 0px auto;
	}
	
	.second_column_content::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.second_column_content_bg {
		display: block;
		width: 1200px;
		height: auto;
		position: absolute;
		top: -70px;
		left: 0px;
	}
	
	.second_column_content_bg .second_column_content_bg_img {
		display: block;
		width: 100%;
	}
	
	.second_column_content_bottom {
		display: block;
		width: 100%;
		height: 700px;
		position: relative;
		margin-top: 20px;
	}
	
	.second_column_content_bottom::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.second_column_content_bottom_left {
		display: block;
		width: 300px;
		min-height: 10px;
		float: left;
	}
	
	.second_column_content_bottom_right {
		display: block;
		width: 860px;
		height: 100%;
		float: left;
		position: relative;
	}
	
	.second_column_content_bottom_right::after {
		display: block;
		content: "";
		height: 90%;
		width: 0px;
		border-left: 1px solid #d9d9d9;
		top: 10px;
		left: 0px;
		position: absolute;
	}
	
	.third_column_item {
		display: none;
		width: 200px;
		height: 100px;
		line-height: 100px;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		margin: 20px;
		color: #FFFFFF;
		margin-left: 40px;
		float: left;
	}
	
	.third_column_item[title~=淇℃伅鏌ヨ] {
		background: url(/global/u4932.png) no-repeat 0 0;
	}
	
	.third_column_item[title~=鏈嶅姟鎸囧紩] {
		background: url(/global/u4934.png) no-repeat 0 0;
	}
	
	.third_column_item[title~=闂鍜ㄨ] {
		background: url(/global/u4936.png) no-repeat 0 0;
	}
	
	.third_column_item[title~=鏀跨瓥娉曡] {
		background: url(/global/u4938.png) no-repeat 0 0;
	}
	
	.colunm_article_search {
		display: block;
		position: relative;
		width: 824px;
		height: 80px;
		line-height: 80px;
		margin: 10px;
		margin-left: 17px;
		vertical-align: middle;
	}
	
	.input_text {
		display: inline-block;
		width: 180px;
		height: 25px;
		line-height: 25px;
		padding: 5px 10px;
		color: #666666;
		border: 1px solid #d9d9d9;
		margin-left: 10px;
	}
	
	.input_tips {
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		margin-left: 10px;
	}
	
	.input_button {
		display: inline-block;
		width: 150px;
		height: 35px;
		background-color: #0099FF;
		color: #FFFfff;
		text-align: center;
		line-height: 35px;
		margin-left: 10px;
		border: 1px solid #0099ff;
		border-radius: 5px;
		cursor: pointer;
	}
	
	.input_button:active {
		background-color: #0066FF;
	}
	
	.colunm_article_result {
		display: block;
		width: 824px;
		height: 500px;
		margin-left: 17px;
		position: relative;
	}
	
	.column_article_item {
		display: block;
		width: 100%;
		height: 35px;
		line-height: 35px;
		border-bottom: 1px dashed #d9d9d9;
	}
	
	.column_article_item:last-child {
		border-bottom: none;
		;
	}
	
	.column_article_item::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.column_article_item_title {
		display: inline-block;
		width: 660px;
		height: 35px;
		line-height: 35px;
		margin-left: 10px;
		text-align: left;
		color: #333333;
		float: left;
	}
	
	.column_article_item_time {
		display: inline-block;
		width: 150px;
		float: left;
		height: 35px;
		line-height: 35px;
		text-align: left;
		color: #999999;
		text-align: right;
	}
	
	.column_article_item:hover .column_article_item_title,
	.column_article_item:hover .column_article_item_time {
		color: #0099ff;
	}
	
	.xinxigongshi {
		display: block;
		width: 95%;
		height: 36px;
		line-height: 36px;
		float: left;
		position: relative;
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		text-align: left;
		padding-left: 5%;
		background-color: #F2F2F2;
	}
	
	.xinxigongshi::after {
		display: block;
		width: 10px;
		height: 36px;
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #0099FF;
	}
	
	.sifa_tab .sifa_navbar .xinxigongshi_tar.sifa_bar_item_on {
		background-color: #FFFFFF;
		color: #0099ff;
	}
	
	.position_name {}
	
	.position_dec {
		display: none;
		width: 520px;
		z-index: 100;
		padding: 5px 15px;
		position: absolute;
		background-color: #FFFFFF;
		top: -1px;
		right: -1px;
		bottom: -1px;
		border: 1px solid #D9D9D9;
		word-break: break-all;
		/*鏀寔IE锛宑hrome锛孎F涓嶆敮鎸�/
		word-wrap: break-word;
		/*鏀寔IE锛宑hrome锛孎F*/
		white-space: normal;
		color: #666666;
	}
	
	.position_dec .title_article {
		color: #007AFF;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 20px auto;
	}
	
	.position_dec img {
		display: block;
		width: 96%;
		margin: 15px auto;
	}
	
	.position_name.selected .position_dec {
		display: block;
	}
	
	.position_dec::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.position_dec p {
		color: #666666;
		word-break: break-all;

		word-wrap: break-word;

		height: auto;
		white-space: normal;
	}
	
	.centerData {
		position: absolute;
		top: 110px;
		display: block;
		text-align: center;
		width: 100%;
		color: #ffffff;
	}
	
	.survey_item {
		display: block;
		position: relative;
		width: 186.666666px;
		height: 207px;
		float: left;
		margin-right: 10px;
		list-style: none;
	}
	
	.survey_item:last-child {
		margin: 0px;
	}
	
	.survey_item_img {
		display: block;
		width: 100%;
		height: 100px;
		margin: 20px auto;
	}
	
	.survey_item_title {
		font-size: 16px;
		color: #000000;
		font-weight: bold;
	}
	
	.survey_item_dec {
		display: inline-block;
		width: 100%;
		height: 40px;
		color: #999999;
		font-size: 12px;
		text-align: left;
		overflow: hidden;
		margin-top: 8px;
	}
	
	.survey_item_title {
		display: inline-block;
		width: 100%;
		height: 20px;
		overflow: hidden;
	}
	
	.item_row_100 {
		display: block;
		width: 1180px;
		height: 220px;
		position: absolute;
		bottom: 10px;
		left: 10px;
		background: url(/global/u395.png) no-repeat 0 0;
	}
	
	.item_row_100_title {
		color: #0066CC;
		font-weight: bold;
		font-size: 21px;
		padding: 20px 0px;
	}
	
	.convenient_enter {
		display: block;
		position: relative;
		width: 1180px;
		height: 170px;
	}
	
	.convenient_enter::after {
		display: block;
		content: "";
		clear: both;
	}
	
	.convenient_enter_item {
		display: block;
		width: 147.5px;
		height: 170px;
		float: left;
	}
	
	.convenient_enter_item_img {
		display: block;
		position: relative;
		width: 76px;
		height: 76px;
		margin: 20px auto;
		background: url(/global/u417.png) no-repeat 0 0;
	}
	
	.convenient_enter_item_img>img {
		display: block;
		position: absolute;
		width: 50px;
		height: 50px;
		top: 13px;
		left: 13px;
	}
	
	.convenient_enter_item_p {
		font-size: 16px;
		color: #666666;
	}
	
	.jigou_set {
		position: relative;
		height: 886px;
	}
	
.index_frist_page{
	display: block;
	position: relative;
	z-index: 1000;
}
.index_second_page{
	display: block;
	position: relative;
	z-index: 999;
}

@media (max-width: 1024px) {
	.header>.content>.logo{left: 2%;}
	.nav{left: 320px;}
	.search{right: 30px; top: 30px;}
	.page_top_tips{padding-top: 5px;}
}

@media (max-width: 991px) and (min-width: 768px){
	.page_top_tips a#wza{display: none !important;}
	.enter_index_before_top_right a.enter_index_before_top_wza{display: none !important;}
}